changes on fix to .circleci/config.yml,
This commit is contained in:
parent
5d5d323e2a
commit
b617e98b00
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
# Only actually publish charts on master.
|
||||
- run: |
|
||||
set -x
|
||||
if [ "$CIRCLE_BRANCH" = "master" ]; then
|
||||
if [ "$CIRCLE_BRANCH" = "fix" ]; then
|
||||
echo 'export GIT_PUSH=true' >> $BASH_ENV
|
||||
else
|
||||
echo 'export GIT_PUSH=false' >> $BASH_ENV
|
||||
|
|
Loading…
Reference in a new issue