From 8ae390d60607e6c6d55e7ccbb4f02916c2d48db0 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 21 Sep 2017 18:23:39 +0200 Subject: [PATCH] Fix path of build number.txt --- gitlab/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/build.sh b/gitlab/build.sh index b04d33f..3a6ea46 100755 --- a/gitlab/build.sh +++ b/gitlab/build.sh @@ -19,7 +19,7 @@ else fi -BOB_BUILD_NUMBER=`head -n 1 build_number.txt | tr -d '\n'` +BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt | tr -d '\n'` export_env BOB_BUILD_NUMBER if [ -z "${CI_COMMIT_TAG}" ]; then -- GitLab