Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
provider-git
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
go-semantic-release
provider-git
Commits
c0f6ffe9
Commit
c0f6ffe9
authored
1 year ago
by
dannylongeuay
Committed by
Christoph Witzko
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(*):
set temp git user name and email
parent
a8e012b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/start-gitea.sh
+4
-0
4 additions, 0 deletions
scripts/start-gitea.sh
with
4 additions
and
0 deletions
scripts/start-gitea.sh
+
4
−
0
View file @
c0f6ffe9
...
@@ -24,6 +24,10 @@ curl -u 'test:test' -XPOST -H 'Content-Type: application/json' -d '{"name":"no_f
...
@@ -24,6 +24,10 @@ curl -u 'test:test' -XPOST -H 'Content-Type: application/json' -d '{"name":"no_f
echo
"populating no_ff_merge repo..."
echo
"populating no_ff_merge repo..."
tmpdir
=
$(
mktemp
-d
2>/dev/null
||
mktemp
-d
-t
'tmpdir'
)
tmpdir
=
$(
mktemp
-d
2>/dev/null
||
mktemp
-d
-t
'tmpdir'
)
cd
$tmpdir
cd
$tmpdir
export
GIT_COMMITTER_NAME
=
test
export
GIT_COMMITTER_EMAIL
=
test
@test.com
export
GIT_AUTHOR_NAME
=
test
export
GIT_AUTHOR_EMAIL
=
test
@test.com
git init
--initial-branch
=
master
git init
--initial-branch
=
master
git commit
-m
"feat: initial commit"
--allow-empty
git commit
-m
"feat: initial commit"
--allow-empty
git tag v1.0.0
git tag v1.0.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment