diff --git a/.github/workflows/images-debian.yml b/.github/workflows/images-debian.yml index f8b99df..1095d65 100644 --- a/.github/workflows/images-debian.yml +++ b/.github/workflows/images-debian.yml @@ -23,6 +23,7 @@ jobs: - name: create droplet run: doctl compute droplet create --ssh-keys='b4:4c:66:7d:be:19:25:43:1c:e0:02:61:9f:49:12:94' --tag-name=github-actions ga-out-of-tree-images-debian-$GITHUB_SHA --size s-1vcpu-1gb --image ubuntu-22-04-x64 --wait + # TODO Move to common script - name: generate images shell: bash run: | @@ -34,7 +35,7 @@ jobs: done sleep 1m - ssh root@$IP pkill apt-get + ssh root@$IP pkill apt-get || true ssh root@$IP apt-get update ssh root@$IP apt-get install -y git podman s3cmd