We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62d895 commit f73b8b2Copy full SHA for f73b8b2
ci/test/02_run_container.sh
@@ -75,7 +75,8 @@ CI_EXEC () {
75
export -f CI_EXEC
76
77
# Normalize all folders to BASE_ROOT_DIR
78
-# CI_EXEC rsync --archive --stats --human-readable "${BASE_READ_ONLY_DIR}/" "${BASE_ROOT_DIR}" || echo "Nothing to copy from ${BASE_READ_ONLY_DIR}/"
+apt-get install --no-install-recommends --no-upgrade -y rsync
79
+CI_EXEC rsync --archive --stats --human-readable "${BASE_READ_ONLY_DIR}/" "${BASE_ROOT_DIR}" || echo "Nothing to copy from ${BASE_READ_ONLY_DIR}/"
80
CI_EXEC "${BASE_ROOT_DIR}/ci/test/01_base_install.sh"
81
82
# Fixes permission issues when there is a container UID/GID mismatch with the owner
0 commit comments