aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/ci/mail.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/mail.sh b/scripts/ci/mail.sh
index 8585cf1..61f4186 100755
--- a/scripts/ci/mail.sh
+++ b/scripts/ci/mail.sh
@@ -7,11 +7,13 @@ VPS_COMMIT_SHA="${1:-}"
EXIT_CODE="${2:-}"
[[ -z "${VPS_COMMIT_SHA}" ]] && {
+ # shellcheck disable=SC2016
echo 'Error: missing $VPS_COMMIT_SHA positional argument.'
exit 2
}
[[ -z "${EXIT_CODE}" ]] && {
+ # shellcheck disable=SC2016
echo 'Error: missing $EXIT positional argument.'
exit 2
}