1
0
Fork 0

Do not delete droplet (for debug)

timestamps
dump_stack() 2023-05-12 07:32:49 +00:00
parent 4e4c62c376
commit c860b77332
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 3 additions and 3 deletions

View File

@ -33,6 +33,6 @@ jobs:
ssh -o StrictHostKeyChecking=accept-new root@$IP sh -c "cd out-of-tree && git checkout $GITHUB_SHA"
ssh -o StrictHostKeyChecking=accept-new root@$IP ./out-of-tree/tools/qemu-debian-img/generate-images.sh
- name: delete droplet
if: always()
run: doctl compute droplet delete -f ga-out-of-tree-$GITHUB_SHA
# - name: delete droplet
# if: always()
# run: doctl compute droplet delete -f ga-out-of-tree-$GITHUB_SHA