changes on fix to .circleci/config.yml,

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

View file

@ -23,11 +23,11 @@ jobs:
- run: | - run: |
set -x set -x
if [ "$CIRCLE_BRANCH" = "fix" ]; then if [ "$CIRCLE_BRANCH" = "fix" ]; then
echo 'export GIT_PUSH=true' >> $BASH_ENV export GIT_PUSH=true
else else
echo 'export GIT_PUSH=false' >> $BASH_ENV export GIT_PUSH=false
fi fi
- run: /bin/bash ./scripts/publish.sh sh ./scripts/publish.sh
workflows: workflows:
version: 2 version: 2
workflow: workflow: