We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
user.{email,name}
1 parent e1817a6 commit 9b60e31Copy full SHA for 9b60e31
.cirrus.yml
@@ -55,8 +55,6 @@ cat_logs_snippet: &CAT_LOGS
55
56
merge_base_script_snippet: &MERGE_BASE
57
merge_base_script:
58
- - git config --global user.email "ci@ci.ci"
59
- - git config --global user.name "ci"
60
- if [ "$CIRRUS_PR" = "" ]; then exit 0; fi
61
- git fetch --depth=1 $CIRRUS_REPO_CLONE_URL "pull/${CIRRUS_PR}/merge"
62
- git checkout FETCH_HEAD # Use merged changes to detect silent merge conflicts
0 commit comments