Skip to content
Snippets Groups Projects
Commit f3941722 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix path to ci folder

parent 92247f72
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt ...@@ -21,7 +21,7 @@ BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt
export_env BOB_BUILD_NUMBER export_env BOB_BUILD_NUMBER
# copy the recipe_append.yaml over before build # 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 run_cmd ${CONDA_ROOT}/bin/conda build --no-anaconda-upload --variant-config-files _ci/conda_build_config.yaml --python=${PYTHON_VERSION} conda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment