Skip to content

Commit

Permalink
ci: force delete files on self-managed destroy (#2538)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored Oct 31, 2023
1 parent 9a282df commit e8cf0f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/constellation_destroy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ runs:
run: |
terraform init
terraform destroy -auto-approve
# Explicitly delete the state file
rm ${{ github.workspace }}/constellation-state.yaml
rm ${{ github.workspace }}/constellation-admin.conf
rm -f ${{ github.workspace }}/constellation-state.yaml
rm -f ${{ github.workspace }}/constellation-admin.conf

0 comments on commit e8cf0f5

Please sign in to comment.