Skip to content

Commit cf05e26

Browse files
authored
Merge pull request #41 from CDAT/fix_circleci_config
restore .circleci/config.yml to push only from master
2 parents 631e2db + a72d2f1 commit cf05e26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ aliases:
6464
# force loading conda gcc
6565
source activate $PY_VER
6666
export LABEL="nightly";
67-
if [[ $CIRCLE_BRANCH == "rebuild_3.1.2" ]]; then
68-
# if [[ $CIRCLE_BRANCH == "master" ]]; then
67+
if [[ $CIRCLE_BRANCH == "master" ]]; then
6968
conda install -n root conda-build anaconda-client
7069
bash ./ci-support/conda_upload.sh
7170
else

0 commit comments

Comments
 (0)