From dc61cf1c8d8d60b4b065a5b728179fbf2bf8d16d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 17 Aug 2018 21:11:54 -0700 Subject: [PATCH] Keep v0.7 snap off the edge channel --- ci/snap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/snap.sh b/ci/snap.sh index d922bed483..72b54bc8d3 100755 --- a/ci/snap.sh +++ b/ci/snap.sh @@ -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