Skip to content

Commit 3d47cd9

Browse files
committed
cleanup
1 parent 64325a1 commit 3d47cd9

File tree

1 file changed

+2
-0
lines changed
  • acceptance/bundle/deploy/snapshot-comparison

1 file changed

+2
-0
lines changed

acceptance/bundle/deploy/snapshot-comparison/script

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ cleanup() {
1717
(cd bundle1 && unset DATABRICKS_BUNDLE_ENGINE && trace $CLI bundle destroy --auto-approve)
1818
title "Cleanup bundle 2"
1919
(cd bundle2 && unset DATABRICKS_BUNDLE_ENGINE && trace $CLI bundle destroy --auto-approve)
20+
21+
rm -f out.requests.txt
2022
}
2123
trap cleanup EXIT
2224

0 commit comments

Comments
 (0)