Do not delete droplet (for debug)
This commit is contained in:
parent
4e4c62c376
commit
c860b77332
6
.github/workflows/images.yml
vendored
6
.github/workflows/images.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user