From f39417220107ffc913c59ffec1c20e5937fed909 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 9 Feb 2018 17:20:51 +0100 Subject: [PATCH] Fix path to ci folder --- gitlab/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/build.sh b/gitlab/build.sh index 1e2b3fe..214531a 100755 --- a/gitlab/build.sh +++ b/gitlab/build.sh @@ -21,7 +21,7 @@ BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt export_env BOB_BUILD_NUMBER # copy the recipe_append.yaml over before build -run_cmd cp ./ci/recipe_append.yaml conda/recipe_append.yaml +run_cmd cp ./_ci/recipe_append.yaml conda/recipe_append.yaml run_cmd ${CONDA_ROOT}/bin/conda build --no-anaconda-upload --variant-config-files _ci/conda_build_config.yaml --python=${PYTHON_VERSION} conda -- GitLab