Skip to content

Commit

Permalink
Set email on test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 20, 2024
1 parent cbc8c41 commit 25886b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/lib/bootstrap_test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ setup() {

git init --initial-branch=main "$REPOPATH"
cd "$REPOPATH" || exit 1
git config user.email "[email protected]"
git commit --allow-empty --message "Initial commit"
git commit --allow-empty --message "Second commit"
git switch --create username/feat/feature-branch
Expand Down

0 comments on commit 25886b0

Please sign in to comment.