Skip to content

Commit f73b8b2

Browse files
committed
wip
1 parent a62d895 commit f73b8b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/test/02_run_container.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ CI_EXEC () {
7575
export -f CI_EXEC
7676

7777
# 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}/"
78+
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}/"
7980
CI_EXEC "${BASE_ROOT_DIR}/ci/test/01_base_install.sh"
8081

8182
# Fixes permission issues when there is a container UID/GID mismatch with the owner

0 commit comments

Comments
 (0)