Skip to content

Commit 9b60e31

Browse files
committed
ci: Do not set git's user.{email,name} config options
git's `user.{email,name}` config options have been no longer required since 0ecf318.
1 parent e1817a6 commit 9b60e31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.cirrus.yml

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ cat_logs_snippet: &CAT_LOGS
5555

5656
merge_base_script_snippet: &MERGE_BASE
5757
merge_base_script:
58-
- git config --global user.email "ci@ci.ci"
59-
- git config --global user.name "ci"
6058
- if [ "$CIRRUS_PR" = "" ]; then exit 0; fi
6159
- git fetch --depth=1 $CIRRUS_REPO_CLONE_URL "pull/${CIRRUS_PR}/merge"
6260
- git checkout FETCH_HEAD # Use merged changes to detect silent merge conflicts

0 commit comments

Comments
 (0)