We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e012b commit c0f6ffeCopy full SHA for c0f6ffe
scripts/start-gitea.sh
@@ -24,6 +24,10 @@ curl -u 'test:test' -XPOST -H 'Content-Type: application/json' -d '{"name":"no_f
24
echo "populating no_ff_merge repo..."
25
tmpdir=$(mktemp -d 2>/dev/null || mktemp -d -t 'tmpdir')
26
cd $tmpdir
27
+export GIT_COMMITTER_NAME=test
28
+export GIT_COMMITTER_EMAIL=test@test.com
29
+export GIT_AUTHOR_NAME=test
30
+export GIT_AUTHOR_EMAIL=test@test.com
31
git init --initial-branch=master
32
git commit -m "feat: initial commit" --allow-empty
33
git tag v1.0.0
0 commit comments