From 0a89a952c751891b04e395df71399465e5473fc8 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sun, 4 Oct 2020 10:18:42 -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