From 2e45c040ea5a0a73fb3e53749e0fa610ca4a216d Mon Sep 17 00:00:00 2001 From: mauzey1 Date: Fri, 20 Oct 2023 15:33:10 -0700 Subject: [PATCH] Use a different name for the rerender environment --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a9590d78..bb7478dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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