changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
bbd9d8ec9c
commit
fb5bbed0fb
1 changed files with 3 additions and 8 deletions
|
@ -12,10 +12,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: helm init --client-only
|
- run: helm init --client-only
|
||||||
- run:
|
- run: sh ./scripts/publish.sh
|
||||||
command: sh ./scripts/publish.sh
|
- run: |
|
||||||
environment:
|
[ "$CIRCLE_BRANCH" = "master" ] && git push origin gh-pages
|
||||||
- GIT_PUSH: "true"
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
workflow:
|
workflow:
|
||||||
|
@ -24,7 +23,3 @@ workflows:
|
||||||
- publish:
|
- publish:
|
||||||
requires:
|
requires:
|
||||||
- lint
|
- lint
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- circleci
|
|
||||||
|
|
Loading…
Reference in a new issue