recover assert-changed-files.sh

This commit is contained in:
Philip Korsholm
2021-10-21 08:42:42 +02:00
parent 9a1e47dda1
commit 0f88293100

View File

@@ -30,7 +30,7 @@ fi
if [ "$FILES_COUNT" -eq 0 ]; then
echo "0 files matching '$GREP_PATTERN'; exiting and marking successful."
exit 1
circleci step halt || exit 1
else
echo "$FILES_COUNT file(s) matching '$GREP_PATTERN'; continuing."
fi