Make 1.9 stable (#8023)

* Make 1.9 stable

* Bump stable to 1.9.5

* Fix gitlab builds
This commit is contained in:
Rando
2018-03-01 19:36:26 +01:00
committed by GitHub
parent 362fb1dfed
commit 94defd7f82
8 changed files with 32 additions and 32 deletions

View File

@@ -307,7 +307,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.9* ]];
if [[ "$CI_BUILD_REF_NAME" = "stable" || "$VER" == *1.9* ]];
then
sed -i -e 's/grade: devel/grade: stable/' snap/snapcraft.yaml;
fi