diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e2454cb7..d9ef055a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "conda-forge-ci-setup" %} -{% set version = "2.5.2" %} +{% set version = "2.5.3" %} package: name: {{ name|lower }} diff --git a/recipe/run_conda_forge_build_setup_linux b/recipe/run_conda_forge_build_setup_linux index 756a9794..e1165645 100755 --- a/recipe/run_conda_forge_build_setup_linux +++ b/recipe/run_conda_forge_build_setup_linux @@ -6,7 +6,7 @@ conda config --set show_channel_urls true conda config --set auto_update_conda false conda config --set add_pip_as_python_dependency false -export "CONDA_BLD_PATH=/home/conda/feedstock_root/build_artifacts" +export "CONDA_BLD_PATH=${FEEDSTOCK_ROOT}/build_artifacts" set +u