From 78f39e909048ba583eff7d56a52db94c63abae80 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Mon, 12 Feb 2018 12:54:15 +0300 Subject: [PATCH] Update gitlab-build.sh (#7855) fix build ```version``` after https://github.com/paritytech/parity/pull/7723 --- 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 8c73cc7ce..b82c7ba14 100755 --- a/scripts/gitlab-build.sh +++ b/scripts/gitlab-build.sh @@ -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