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 # ################################