Skip to content

Commit 9925a30

Browse files
committed
wip
1 parent b0190b0 commit 9925a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/02_run_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ 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+
# CI_EXEC rsync --archive --stats --human-readable "${BASE_READ_ONLY_DIR}/" "${BASE_ROOT_DIR}" || echo "Nothing to copy from ${BASE_READ_ONLY_DIR}/"
7979
CI_EXEC "${BASE_ROOT_DIR}/ci/test/01_base_install.sh"
8080

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

0 commit comments

Comments
 (0)