Update gitlab-build.sh (#7855)

fix build ```version``` after https://github.com/paritytech/parity/pull/7723
This commit is contained in:
Denis S. Soldatov aka General-Beck 2018-02-12 12:54:15 +03:00 committed by Marek Kotewicz
parent c060d9584d
commit 78f39e9090
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ARC=$3
CC=$4
CXX=$5
IDENT=$6
VER="$(grep -m 1 version Cargo.toml | awk '{print $3}' | tr -d '"' | tr -d "\n")"
VER="$(grep -m 1 "version =" Cargo.toml | awk '{print $3}' | tr -d '"' | tr -d "\n")"
S3WIN=""
echo "--------------------"
echo "Build for platform: " $BUILD_PLATFORM