mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
fixing cleanup
This commit is contained in:
parent
1022ad20f5
commit
4af758c3ee
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ CleanTestDockerFiles() {
|
||||||
##################################
|
##################################
|
||||||
# Check if from the tests folder #
|
# 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 #
|
# Its a test, we can delete it #
|
||||||
################################
|
################################
|
||||||
|
|
Loading…
Reference in a new issue