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:
|
||||
- checkout
|
||||
- run: pwd
|
||||
- run: ls
|
||||
- run: GIT_PUSH=true ./scripts/publish.sh
|
||||
- run: ls scripts
|
||||
- run:
|
||||
command: ./scripts/publish.sh
|
||||
environment:
|
||||
- GIT_PUSH: "true"
|
||||
workflows:
|
||||
version: 2
|
||||
workflow:
|
||||
|
|
Loading…
Reference in a new issue