diff --git a/.circleci/config.yml b/.circleci/config.yml index cb115d26..c3f83a8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \ No newline at end of file