Skip to content

Commit

Permalink
Use a different name for the rerender environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Oct 20, 2023
1 parent 9f2e24b commit 2e45c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ aliases:
export ACTIVATE=$WORKDIR/miniconda/bin/activate
python $BUILD_SCRIPT -w $WORKDIR -l $VERSION -B 0 -p $PKG_NAME -r $PKG_NAME -b $CIRCLE_BRANCH \
--do_rerender --conda_env build_env --ignore_conda_missmatch --conda_activate $ACTIVATE --organization PCMDI
--do_rerender --conda_env rerender_env --ignore_conda_missmatch --conda_activate $ACTIVATE --organization PCMDI
- &conda_build
name: conda_build
Expand Down

0 comments on commit 2e45c04

Please sign in to comment.