Skip to content

Commit

Permalink
temporarily use conda-recipes 'release_process' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaMuryanto committed Jan 30, 2020
1 parent 590655b commit 6c79143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -11,7 +11,7 @@ aliases:
- &conda_rerender
name: conda_rerender
command: |
git clone https://github.com/CDAT/conda-recipes.git $WORKDIR/conda-recipes
git clone -b release_process https://github.com/CDAT/conda-recipes.git $WORKDIR/conda-recipes
source $WORKDIR/miniconda/etc/profile.d/conda.sh
conda activate base
BUILD_SCRIPT="$WORKDIR/conda-recipes/build_tools/conda_build.py"
Expand Down

0 comments on commit 6c79143

Please sign in to comment.