fixing cleanup

This commit is contained in:
Lucas Gravley 2020-08-17 09:46:14 -05:00
parent 1022ad20f5
commit 4af758c3ee

View file

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