From d07dcc07eeddeda9e584bb9d79bd42f62cfb31b6 Mon Sep 17 00:00:00 2001 From: muryanto1 Date: Mon, 27 Apr 2020 16:01:50 -0700 Subject: [PATCH] temporarily upload --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b45bae5e..a10f3823 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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"