File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ aliases:
26
26
source $BASH_ENV
27
27
source $WORKDIR/miniconda/etc/profile.d/conda.sh
28
28
conda activate base
29
- make conda-rerender workdir=$WORKDIR branch=$CIRCLE_BRANCH
29
+ make conda-rerender workdir=$WORKDIR conda_build_env=base branch=$CIRCLE_BRANCH
30
30
31
31
- &conda_build
32
32
name : conda_build
@@ -36,7 +36,7 @@ aliases:
36
36
conda activate base
37
37
os=`uname`
38
38
artifacts_dir="artifacts/artifacts.${os}.noarch"
39
- make conda-build workdir=$WORKDIR artifact_dir=$PWD/$artifacts_dir
39
+ make conda-build workdir=$WORKDIR conda_build_env=base artifact_dir=$PWD/$artifacts_dir
40
40
41
41
- &setup_run_tests
42
42
name : setup_run_tests
Original file line number Diff line number Diff line change 26
26
27
27
last_stable ?= 8.2
28
28
29
- conda_test_env = test-$(pkg_name )
30
- conda_build_env = build-$(pkg_name )
29
+ conda_test_env ? = test-$(pkg_name )
30
+ conda_build_env ? = build-$(pkg_name )
31
31
32
32
branch ?= $(shell git rev-parse --abbrev-ref HEAD)
33
33
extra_channels ?= cdat/label/nightly conda-forge
You can’t perform that action at this time.
0 commit comments