Skip to content

Commit

Permalink
Set .git local user/mail for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 27, 2023
1 parent fe1d75c commit 12aabc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/brewkit/python-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ python -m venv "$VIRTUAL_ENV"
# setup tools requires a git version typically
cd "$SRCROOT"
git init
git config user.name 'tea[bot]'
git config user.email '[email protected]'
git commit -mnil --allow-empty
git tag -a "$VERSION" -m "Version $VERSION"

Expand Down

0 comments on commit 12aabc7

Please sign in to comment.