Обновить .gitea/workflows/test.yaml
Some checks failed
Test cloud-images / building (push) Failing after 20s

This commit is contained in:
Надежда Краснобородько 2024-09-24 19:04:28 +03:00
parent 7f447a22b2
commit 46baf02362

View File

@ -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"'