changes on fix to .circleci/config.yml,
This commit is contained in:
parent
a08b886bc8
commit
fd2886566c
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue