Make 1.10 beta (#8022)

* Make 1.10 beta

* Fix gitlab builds
This commit is contained in:
Rando 2018-03-01 19:18:26 +01:00 committed by Denis S. Soldatov aka General-Beck
parent 6d5b13c80c
commit 3d6ede0c58
2 changed files with 2 additions and 2 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" = "beta" || "$VER" == *1.10* ]];
then
sed -i -e 's/grade: devel/grade: stable/' snap/snapcraft.yaml;
fi

View File

@ -10,7 +10,7 @@ build = "build.rs"
[package.metadata]
# This versions track. Should be changed to `stable` or `beta` when on respective branches.
# Used by auto-updater and for Parity version string.
track = "nightly"
track = "beta"
# Indicates a critical release in this track (i.e. consensus issue)
critical = false