From e8676c78ee291263dc2b1c1ea3d48767b6749c67 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 6 Jul 2020 02:16:36 +0100 Subject: [PATCH] snap: deprecate v0 Don't push v0 to default tracks. Fixes #3872 --- scripts/ci/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/before_install.sh b/scripts/ci/before_install.sh index a1aee3c00a..7e52871e62 100644 --- a/scripts/ci/before_install.sh +++ b/scripts/ci/before_install.sh @@ -73,5 +73,5 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then fi # NOTE: after deprecating this branch, uncomment this line - # echo "unset SNAP_CHANNEL" >>env.sh + echo "unset SNAP_CHANNEL" >>env.sh fi