1
0
Fork 0

Fix status code

master
dump_stack() 2023-05-12 11:07:39 +00:00
parent 4f2b7e1962
commit 4688c6aefd
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
run: |
IP=$(doctl compute droplet list --tag-name=github-actions --format "Name,Public IPv4" | grep -v ID | grep ga-out-of-tree-images-debian-$GITHUB_SHA | awk '{print $2}')
while ! ssh -o StrictHostKeyChecking=accept-new root@$IP pkill apt-get
while ! ssh -o StrictHostKeyChecking=accept-new root@$IP echo
do
sleep 1s
done