Skip to content

Commit

Permalink
temporarily upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaMuryanto committed Apr 27, 2020
1 parent 4cf694d commit d07dcc0
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 @@ -56,9 +56,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 d07dcc0

Please sign in to comment.