From 1b53f8b33d0bbfae5efaaf77e0181942702a1a4b Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sun, 4 Oct 2020 10:28:12 -0600 Subject: [PATCH] Update channel_restriction.sh --- .travis/channel_restriction.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis/channel_restriction.sh b/.travis/channel_restriction.sh index 637bfc9ed3..c26b3692ef 100755 --- a/.travis/channel_restriction.sh +++ b/.travis/channel_restriction.sh @@ -1,10 +1,12 @@ #!/usr/bin/env bash # -# Only proceed if we are on one of the channels passed in when calling this file +# Only proceed if we are on one of the channels passed in, or a tag build # set -ex +[[ -n $CI_TAG ]] && exit 0 + eval "$(ci/channel-info.sh)" for acceptable_channel in "$@"; do