We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7439032 commit ab73fa3Copy full SHA for ab73fa3
1 file changed
validator.sh
@@ -10,6 +10,7 @@ read_file()
10
if (( ${#invalid[@]} )); then
11
echo "ERROR!! There are some invalid environment variables:"
12
printf '%s\n' "${invalid[@]}"
13
+ exit 1
14
fi
15
}
16
0 commit comments