Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Keep v0.7 snap off the edge channel
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 18, 2018
1 parent 5825501 commit e3c668a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ fi
# used instead of BUILDKITE_TAG (due to Buildkite limitations that prevents
# BUILDKITE_TAG from propagating through to triggered pipelines)
if [[ -z "$BUILDKITE_TAG" && -z "$TRIGGERED_BUILDKITE_TAG" ]]; then
SNAP_CHANNEL=stable
elif [[ $BUILDKITE_BRANCH = master ]]; then
SNAP_CHANNEL=edge
else
SNAP_CHANNEL=beta
Expand Down

0 comments on commit e3c668a

Please sign in to comment.