mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-06 21:59:12 -04:00
ci: force delete files on self-managed destroy (#2538)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
9a282df846
commit
e8cf0f59bd
1 changed files with 3 additions and 3 deletions
|
@ -54,6 +54,6 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
terraform init
|
terraform init
|
||||||
terraform destroy -auto-approve
|
terraform destroy -auto-approve
|
||||||
# Explicitly delete the state file
|
|
||||||
rm ${{ github.workspace }}/constellation-state.yaml
|
rm -f ${{ github.workspace }}/constellation-state.yaml
|
||||||
rm ${{ github.workspace }}/constellation-admin.conf
|
rm -f ${{ github.workspace }}/constellation-admin.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue