Skip to content

Commit ae2a0c6

Browse files
Clean more things - including .terraform dir
1 parent f551ff4 commit ae2a0c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/clean-workspace.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ export BASE_DIR
2121

2222
cp "$BASE_DIR/env.sh.sample" "$BASE_DIR/env.sh"
2323
clean_root_owned_docker_files
24-
rm -rf "$BUILD_DIR"
25-
git clean -fdx
24+
rm -rf "$BUILD_DIR" "$BASE_DIR/terraform/.terraform"
2625
mkdir "$BUILD_DIR"

0 commit comments

Comments
 (0)