Skip to content

Commit

Permalink
fix(*): 🐛 set temp git user name and email
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylongeuay authored and christophwitzko committed May 1, 2024
1 parent a8e012b commit c0f6ffe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/start-gitea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ curl -u 'test:test' -XPOST -H 'Content-Type: application/json' -d '{"name":"no_f
echo "populating no_ff_merge repo..."
tmpdir=$(mktemp -d 2>/dev/null || mktemp -d -t 'tmpdir')
cd $tmpdir
export GIT_COMMITTER_NAME=test
export [email protected]
export GIT_AUTHOR_NAME=test
export [email protected]
git init --initial-branch=master
git commit -m "feat: initial commit" --allow-empty
git tag v1.0.0
Expand Down

0 comments on commit c0f6ffe

Please sign in to comment.