Skip to content

Commit 9fc98f5

Browse files
authored
Merge pull request #39 from CDAT/try_new_conda_recipes
Try new conda recipes
2 parents 6baceb7 + e8e1483 commit 9fc98f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)