Skip to content

Commit

Permalink
Merge pull request #39 from CDAT/try_new_conda_recipes
Browse files Browse the repository at this point in the history
Try new conda recipes
  • Loading branch information
muryanto1 committed May 4, 2020
2 parents 6baceb7 + e8e1483 commit 9fc98f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ aliases:
- &conda_upload
name: conda_upload
command: |
#if [[ $CIRCLE_BRANCH != "master" ]]; then
# exit 0
#fi
if [[ $CIRCLE_BRANCH != "master" ]]; then
exit 0
fi
source $WORKDIR/miniconda/etc/profile.d/conda.sh
conda activate base
UPLOAD_OPTIONS="-t $CONDA_UPLOAD_TOKEN upload -u $USER -l $LABEL"
Expand Down

0 comments on commit 9fc98f5

Please sign in to comment.