Skip to content

Commit

Permalink
set user.name in the test git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed May 21, 2020
1 parent 00564e9 commit 0127fd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ app="$outdir"/usrbin/"$appname"
command strip "$app".tmp
command mkdir -- "$workdir"/repo
command git -C "$workdir"/repo init --
command git -C "$workdir"/repo init
command git -C "$workdir"/repo config user.name "Your Name"
command git -C "$workdir"/repo config user.email "[email protected]"
command git -C "$workdir"/repo commit --allow-empty --allow-empty-message --no-gpg-sign -m ''
Expand Down

0 comments on commit 0127fd2

Please sign in to comment.