Skip to content

Commit

Permalink
restore to upload only from 'master' with default label
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaMuryanto committed Jul 17, 2020
1 parent 530f40e commit b3c52e0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ aliases:
source $BASH_ENV
source $WORKDIR/miniconda/etc/profile.d/conda.sh
conda activate base
# TODO
# UPLOAD_OPTIONS="conda_upload_token=$CONDA_UPLOAD_TOKEN"
UPLOAD_OPTIONS="conda_upload_token=$CONDA_UPLOAD_TOKEN label=linatest"
UPLOAD_OPTIONS="conda_upload_token=$CONDA_UPLOAD_TOKEN"
make conda-upload workdir=$WORKDIR $UPLOAD_OPTIONS artifact_dir="$PWD/artifacts/*/"
executors:
Expand Down Expand Up @@ -164,6 +162,6 @@ workflows:
- upload:
requires:
- test
# filters:
# branches:
# only: master
filters:
branches:
only: master

0 comments on commit b3c52e0

Please sign in to comment.