From e3c668acff5e27e64d0b55877148f754d01e3795 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 d922bed483ff1d..72b54bc8d37a55 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