diff --git a/.automation/cleanup-docker.sh b/.automation/cleanup-docker.sh index a5603788..56f8128b 100755 --- a/.automation/cleanup-docker.sh +++ b/.automation/cleanup-docker.sh @@ -120,7 +120,7 @@ ValidateInput() echo "Image Tag is set to:[latest]..." echo "We will never destroy latest..." echo "Bye!" - exit 0 + exit 1 fi } ################################################################################