changes on circleci to .circleci/config.yml,

This commit is contained in:
Alex Collins 2019-10-31 10:38:30 -07:00
parent bbd9d8ec9c
commit fb5bbed0fb

View file

@ -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