Skip to content

Commit

Permalink
Merge pull request #3 from CDAT/migrateToCircleCI2
Browse files Browse the repository at this point in the history
add nightly label
  • Loading branch information
dnadeau4 authored Jun 12, 2018
2 parents add6fbf + 436031b commit a5e0709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ aliases:
name: upload_libcf
command: |
export PATH=$HOME/project/$WORKDIR/miniconda/bin:$PATH
export LABEL="nightly"
if [ $CIRCLE_BRANCH == "master" ]; then conda install -n root conda-build anaconda-client ; fi
if [ $CIRCLE_BRANCH == "master" ]; then bash ./ci-support/conda_upload.sh ; fi
if [ $CIRCLE_BRANCH != "master" ]; then
Expand Down

0 comments on commit a5e0709

Please sign in to comment.