Skip to content

Commit 12aabc7

Browse files
committed
Set .git local user/mail for CI/CD
1 parent fe1d75c commit 12aabc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

share/brewkit/python-venv.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ python -m venv "$VIRTUAL_ENV"
2121
# setup tools requires a git version typically
2222
cd "$SRCROOT"
2323
git init
24+
git config user.name 'tea[bot]'
25+
git config user.email 'bot@tea.xyz'
2426
git commit -mnil --allow-empty
2527
git tag -a "$VERSION" -m "Version $VERSION"
2628

0 commit comments

Comments
 (0)