We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b5c67 commit 62bd9a6Copy full SHA for 62bd9a6
.cirrus.yml
@@ -60,6 +60,7 @@ base_template: &BASE_TEMPLATE
60
merge_base_script:
61
# Unconditionally install git (used in fingerprint_script).
62
- git --version || bash -c "$PACKAGE_MANAGER_INSTALL git"
63
+ - rsync --version || bash -c "$PACKAGE_MANAGER_INSTALL rsync" # ELEMENTS
64
- if [ "$CIRRUS_PR" = "" ]; then exit 0; fi
65
- git fetch --depth=1 $CIRRUS_REPO_CLONE_URL "pull/${CIRRUS_PR}/merge"
66
- git checkout FETCH_HEAD # Use merged changes to detect silent merge conflicts
0 commit comments