Skip to content

Commit

Permalink
ci: Do not set git's user.{email,name} config options
Browse files Browse the repository at this point in the history
git's `user.{email,name}` config options have been no longer required
since 0ecf318.
  • Loading branch information
hebasto committed Jan 30, 2023
1 parent e1817a6 commit 9b60e31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ cat_logs_snippet: &CAT_LOGS

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

0 comments on commit 9b60e31

Please sign in to comment.