Обновить .gitea/workflows/test.yaml
Some checks failed
Test cloud-images / building (push) Failing after 21s
Some checks failed
Test cloud-images / building (push) Failing after 21s
This commit is contained in:
parent
3e80ec444a
commit
d4d69466db
@ -13,8 +13,6 @@ jobs:
|
||||
mkdir -p ~/.ssh/
|
||||
echo "$SSH_KEY" > ~/.ssh/builder.key
|
||||
chmod 600 ~/.ssh/builder.key
|
||||
echo "SSH_USER=$SSH_USER, SSH_HOST=$SSH_HOST, SSH_TAISHAN_USER=$SSH_T_USER, SSH_TAISHAN_HOST=$SSH_T_HOST, SSH_TAISHAN_PORT=$SSH_T_PORT"
|
||||
#> ~/.ssh/known_hosts #SSH_KH: ${{ secrets.BUILDER_SSH_KH }}
|
||||
cat >>~/.ssh/config <<END
|
||||
Host builder
|
||||
HostName $SSH_HOST
|
||||
@ -39,4 +37,5 @@ jobs:
|
||||
SSH_T_HOST: ${{ secrets.TAISHAN_SSH_HOST }}
|
||||
- name: Run script for aarch
|
||||
run: |
|
||||
ssh builder 'ls -a'
|
||||
ssh cb_taishan 'ls -a'
|
||||
|
Loading…
Reference in New Issue
Block a user