From 4af758c3ee01a6bfb9c0d4fd00abb1f248020baf Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 17 Aug 2020 09:46:14 -0500 Subject: [PATCH] fixing cleanup --- .automation/clean-code-base-for-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.automation/clean-code-base-for-tests.sh b/.automation/clean-code-base-for-tests.sh index 9e22531c..c7c00494 100755 --- a/.automation/clean-code-base-for-tests.sh +++ b/.automation/clean-code-base-for-tests.sh @@ -121,7 +121,7 @@ CleanTestDockerFiles() { ################################## # Check if from the tests folder # ################################## - if [[ $FILE_DIR == **".automation/test/docker/bad"** ]]; then + if [[ $FILE_DIR != **".automation/test/docker/good"** ]]; then ################################ # Its a test, we can delete it # ################################