changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
df4bd13c87
commit
b89c19a7fc
1 changed files with 8 additions and 5 deletions
|
@ -12,8 +12,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls
|
- run: ls scripts
|
||||||
- run: GIT_PUSH=true ./scripts/publish.sh
|
- run:
|
||||||
|
command: ./scripts/publish.sh
|
||||||
|
environment:
|
||||||
|
- GIT_PUSH: "true"
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
workflow:
|
workflow:
|
||||||
|
|
Loading…
Reference in a new issue