We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecf318 commit c241586Copy full SHA for c241586
.cirrus.yml
@@ -1,4 +1,6 @@
1
env:
2
+ ### cirrus config
3
+ CIRRUS_CLONE_DEPTH: 1
4
### compiler options
5
HOST:
6
WRAPPER_CMD:
@@ -56,7 +58,7 @@ merge_base_script_snippet: &MERGE_BASE
56
58
- git config --global user.email "[email protected]"
57
59
- git config --global user.name "ci"
60
- if [ "$CIRRUS_PR" = "" ]; then exit 0; fi
- - git fetch $CIRRUS_REPO_CLONE_URL "pull/${CIRRUS_PR}/merge"
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
63
64
linux_container_snippet: &LINUX_CONTAINER
0 commit comments