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:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: helm init --client-only
|
- 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: sh ./scripts/publish.sh
|
||||||
- run: |
|
- run: |
|
||||||
[ "$CIRCLE_BRANCH" = "master" ] && git push origin gh-pages
|
[ "$CIRCLE_BRANCH" = "master" ] && git push origin gh-pages
|
||||||
|
|
Loading…
Reference in a new issue