From eb4bf9136038896393e55d8824b4249cdabbbc9d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Jun 2019 17:08:25 -0300 Subject: Disable SC2016 warnings --- scripts/ci/mail.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/ci') 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 } -- cgit v1.2.3