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

the install script can be run from anywhere

parent 3f130484
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,7 @@ fi
BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt | tr -d '\n'`
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 ${CONDA_ROOT}/bin/conda build --no-anaconda-upload --variant-config-files _ci/conda_build_config.yaml --python=${PYTHON_VERSION} conda
......@@ -60,7 +60,7 @@ run_cmd mkdir -pv ${1}
get_script ${1} cacert.pem
get_script ${1} functions.sh
get_script ${1} conda_build_config.yaml
get_script ${1}/../conda recipe_append.yaml
get_script ${1} recipe_append.yaml
get_exec ${1} before_build.sh
for stage in "build" "deploy" "pypi"; do
get_exec ${1} ${stage}.sh
......
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