From 4688c6aefd12ddb338a32e828cf6390019d2ca7d Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 12 May 2023 11:07:39 +0000 Subject: [PATCH] Fix status code --- .github/workflows/images-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images-debian.yml b/.github/workflows/images-debian.yml index 74827d1..f57cee5 100644 --- a/.github/workflows/images-debian.yml +++ b/.github/workflows/images-debian.yml @@ -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