Skip to content

Commit

Permalink
Merge pull request #65 from isuruf/env
Browse files Browse the repository at this point in the history
Use feedstock_root env variable
  • Loading branch information
isuruf authored Oct 13, 2019
2 parents 9ba84c9 + 92a8810 commit a1026ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "conda-forge-ci-setup" %}
{% set version = "2.5.2" %}
{% set version = "2.5.3" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion recipe/run_conda_forge_build_setup_linux
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a1026ad

Please sign in to comment.