changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
fb5bbed0fb
commit
fd9aa90989
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: helm init --client-only
|
||||
- run: git config --global user.email "nobody@circleci.com"
|
||||
- run: git config --global user.name "Circle CI Build"
|
||||
- run: sh ./scripts/publish.sh
|
||||
- run: |
|
||||
[ "$CIRCLE_BRANCH" = "master" ] && git push origin gh-pages
|
||||
|
@ -22,4 +24,4 @@ workflows:
|
|||
- lint
|
||||
- publish:
|
||||
requires:
|
||||
- lint
|
||||
- lint
|
Loading…
Reference in a new issue