Skip to content

Commit

Permalink
Add git user information to allow tagging in testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonsmith committed Jan 14, 2020
1 parent 030f2a8 commit 5f38503
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ commands:
default: YT_HEAD
steps:
- run: |
# add git user info so we can commit
git config --global user.email "fake@nothing.nothing"
git config --global user.name "C.I. Circle"
# tag the tip so we can get back to it
git tag tip
sudo apt-get update
Expand Down

0 comments on commit 5f38503

Please sign in to comment.