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.
1 parent f551ff4 commit ae2a0c6Copy full SHA for ae2a0c6
bin/clean-workspace.sh
@@ -21,6 +21,5 @@ export BASE_DIR
21
22
cp "$BASE_DIR/env.sh.sample" "$BASE_DIR/env.sh"
23
clean_root_owned_docker_files
24
-rm -rf "$BUILD_DIR"
25
-git clean -fdx
+rm -rf "$BUILD_DIR" "$BASE_DIR/terraform/.terraform"
26
mkdir "$BUILD_DIR"
0 commit comments