diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 3a98656..e4557e8 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -34,7 +34,6 @@ jobs: ssh root@$IP ./out-of-tree/tools/qemu-debian-img/generate-images.sh ssh root@$IP "s3cmd put ./out-of-tree/tools/qemu-debian-img/*.tar.gz s3://out-of-tree/1.0.0 --host=fra1.digitaloceanspaces.com --access_key=${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }} --secret_key=${{ secrets.DIGITALOCEAN_SPACES_SECRET_KEY }} - - name: delete droplet if: always() run: doctl compute droplet delete -f ga-out-of-tree-$GITHUB_SHA