mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-09 03:18:34 -05: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
@ -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…
x
Reference in New Issue
Block a user