ci: Do not set git's `user.{email,name}` config options

git's `user.{email,name}` config options have been no longer required
since 0ecf318851.
This commit is contained in:
Hennadii Stepanov 2023-01-30 16:29:46 +00:00
parent e1817a6f54
commit 9b60e3148d
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
1 changed files with 0 additions and 2 deletions

View File

@ -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