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