Skip to content

Commit

Permalink
added global config
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 22, 2018
1 parent 0f7796a commit d79014c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- run: ls
- run: git status
- run: git tag 0.0.${CIRCLE_BUILD_NUM}
- run: git config --global user.email "warren.veerasingam@gmail.com"
- run: git config --global user.name "Warren Veerasingam"
- run: git push origin 0.0.${CIRCLE_BUILD_NUM}



workflows:
version: 2

Expand Down

0 comments on commit d79014c

Please sign in to comment.