Обновить .gitea/workflows/test.yaml
Some checks failed
Test cloud-images / building (push) Failing after 20s
Some checks failed
Test cloud-images / building (push) Failing after 20s
This commit is contained in:
parent
7f447a22b2
commit
46baf02362
@ -41,5 +41,5 @@ jobs:
|
||||
SSH_T_HOST: ${{ secrets.TAISHAN_SSH_HOST }}
|
||||
- name: Run script for aarch
|
||||
run: |
|
||||
apt-get update -y && apt-get install -y openssh openssl
|
||||
ssh -vvv cb_taishan 'ls -a'
|
||||
#apt-get update -y && apt-get install -y openssh openssl
|
||||
ssh -A cloud-builder@taishan -o IdentityFile="~/.ssh/taishan.key" -o IdentitiesOnly=yes 'ssh cloud-builder@127.0.0.1 -o IdentityFile="~/.ssh/vml" -o IdentitiesOnly=yes -p 33201 "ls -a"'
|
Loading…
Reference in New Issue
Block a user