From 436031b8c763392eefa758a04f69d29a885f5912 Mon Sep 17 00:00:00 2001 From: Denis Nadeau Date: Tue, 12 Jun 2018 15:35:23 -0700 Subject: [PATCH] add nightly label --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b453a8..4997455 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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