Fix status code
This commit is contained in:
parent
4f2b7e1962
commit
4688c6aefd
2
.github/workflows/images-debian.yml
vendored
2
.github/workflows/images-debian.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
run: |
|
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}')
|
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
|
do
|
||||||
sleep 1s
|
sleep 1s
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user