Skip to content

Commit 62bd9a6

Browse files
committed
ci: fix cirrus install rsync
1 parent e4b5c67 commit 62bd9a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ base_template: &BASE_TEMPLATE
6060
merge_base_script:
6161
# Unconditionally install git (used in fingerprint_script).
6262
- git --version || bash -c "$PACKAGE_MANAGER_INSTALL git"
63+
- rsync --version || bash -c "$PACKAGE_MANAGER_INSTALL rsync" # ELEMENTS
6364
- if [ "$CIRRUS_PR" = "" ]; then exit 0; fi
6465
- git fetch --depth=1 $CIRRUS_REPO_CLONE_URL "pull/${CIRRUS_PR}/merge"
6566
- git checkout FETCH_HEAD # Use merged changes to detect silent merge conflicts

0 commit comments

Comments
 (0)