Skip to content

Commit

Permalink
Fix: Delete droplet when finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres D. Molins committed Oct 12, 2023
1 parent 1efaebc commit a459c3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-on-droplets-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,4 @@ jobs:
- name: Cleanup
if: always()
run: |
ls
# doctl compute droplet delete -f aleph-vm-ci-${{ matrix.os_config.alias }}-${{ matrix.check_vm.alias }}
doctl compute droplet delete -f aleph-vm-ci-${{ matrix.os_config.alias }}-${{ matrix.check_vm.alias }}

0 comments on commit a459c3d

Please sign in to comment.