Skip to content

Commit

Permalink
Update channel_restriction.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
danpaul000 authored Oct 4, 2020
1 parent 64c4861 commit 0a89a95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis/channel_restriction.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0a89a95

Please sign in to comment.