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