From 063b0761f5a5f4d91f95380e15bfda8b2d1d78a7 Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Mon, 14 May 2018 11:21:48 +0200 Subject: [PATCH] Allow stable snaps to be stable. (#8582) --- scripts/gitlab-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitlab-build.sh b/scripts/gitlab-build.sh index 89fa2a085..c37d7c94a 100755 --- a/scripts/gitlab-build.sh +++ b/scripts/gitlab-build.sh @@ -314,7 +314,7 @@ case $BUILD_PLATFORM in snapcraft clean echo "Prepare snapcraft.yaml for build on Gitlab CI in Docker image" sed -i 's/git/'"$VER"'/g' snap/snapcraft.yaml - if [[ "$CI_BUILD_REF_NAME" = "beta" || "$VER" == *1.11* ]]; + if [[ "$CI_BUILD_REF_NAME" = "stable" || "$VER" == *1.10* ]]; then sed -i -e 's/grade: devel/grade: stable/' snap/snapcraft.yaml; fi