Skip to content

Commit e8e1483

Browse files
committed
use 'master' branch of conda-recipes
1 parent 8d1adf8 commit e8e1483

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
- &conda_rerender
1313
name: conda_rerender
1414
command: |
15-
git clone -b feedstock_recipe https://github.com/CDAT/conda-recipes.git $WORKDIR/conda-recipes
15+
git clone https://github.com/CDAT/conda-recipes.git $WORKDIR/conda-recipes
1616
source $WORKDIR/miniconda/etc/profile.d/conda.sh
1717
conda activate base
1818
BUILD_SCRIPT="$WORKDIR/conda-recipes/build_tools/conda_build.py"
@@ -58,9 +58,9 @@ aliases:
5858
- &conda_upload
5959
name: conda_upload
6060
command: |
61-
#if [[ $CIRCLE_BRANCH != "master" ]]; then
62-
# exit 0
63-
#fi
61+
if [[ $CIRCLE_BRANCH != "master" ]]; then
62+
exit 0
63+
fi
6464
source $WORKDIR/miniconda/etc/profile.d/conda.sh
6565
conda activate base
6666
UPLOAD_OPTIONS="-t $CONDA_UPLOAD_TOKEN upload -u $USER -l $LABEL"

0 commit comments

Comments
 (0)