changes on circleci to .circleci/config.yml,

This commit is contained in:
Alex Collins 2019-10-31 10:40:04 -07:00
parent fb5bbed0fb
commit fd9aa90989

View file

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