We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64325a1 commit 3d47cd9Copy full SHA for 3d47cd9
acceptance/bundle/deploy/snapshot-comparison/script
@@ -17,6 +17,8 @@ cleanup() {
17
(cd bundle1 && unset DATABRICKS_BUNDLE_ENGINE && trace $CLI bundle destroy --auto-approve)
18
title "Cleanup bundle 2"
19
(cd bundle2 && unset DATABRICKS_BUNDLE_ENGINE && trace $CLI bundle destroy --auto-approve)
20
+
21
+ rm -f out.requests.txt
22
}
23
trap cleanup EXIT
24
0 commit comments