changes on fix to .circleci/config.yml,

This commit is contained in:
Alex Collins 2019-10-31 11:26:52 -07:00
parent fd2886566c
commit f93f6971a6

View file

@ -22,7 +22,7 @@ jobs:
# Only actually publish charts on master. # Only actually publish charts on master.
- run: | - run: |
set -x set -x
if [ "$CIRCLE_BRANCH" = "fix" ]; then if [ "$CIRCLE_BRANCH" = "master" ]; then
export GIT_PUSH=true export GIT_PUSH=true
else else
export GIT_PUSH=false export GIT_PUSH=false