From f93f6971a630f47a309b7a9234ddf830d42018b7 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 31 Oct 2019 11:26:52 -0700 Subject: [PATCH] changes on fix to .circleci/config.yml, --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c3220b7..60db788d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: # Only actually publish charts on master. - run: | set -x - if [ "$CIRCLE_BRANCH" = "fix" ]; then + if [ "$CIRCLE_BRANCH" = "master" ]; then export GIT_PUSH=true else export GIT_PUSH=false