We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ed27fe + 1e1eb50 commit 9c6a3d0Copy full SHA for 9c6a3d0
ci/plugins/mzcompose/hooks/pre-exit
@@ -145,3 +145,7 @@ ci_unimportant_heading ":docker: Cleaning up after mzcompose"
145
run kill || true
146
run rm --force -v
147
run down --volumes
148
+
149
+ci_unimportant_heading "terraform: Destroying leftover state in case job was cancelled or timed out..."
150
+bin/ci-builder run stable terraform -chdir=test/terraform/aws destroy || true
151
+bin/ci-builder run stable terraform -chdir=test/terraform/gcp destroy || true
0 commit comments