Skip to content

Commit

Permalink
ci: update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Nov 19, 2024
1 parent 554a179 commit 560dcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-destroy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Terraform Validate
run: terraform validate

- run: echo "DROPLET_SIZE=$(terraform output -raw droplet_size)" >> $GITHUB_ENV
- run: echo "DROPLET_SIZE=$(terraform output -raw droplet_size || true)" >> $GITHUB_ENV
- name: Terraform Destroy
run: terraform destroy -auto-approve
env:
Expand Down

0 comments on commit 560dcdc

Please sign in to comment.