We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0190b0 commit 9925a30Copy full SHA for 9925a30
ci/test/02_run_container.sh
@@ -75,7 +75,7 @@ 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}/"
+# CI_EXEC rsync --archive --stats --human-readable "${BASE_READ_ONLY_DIR}/" "${BASE_ROOT_DIR}" || echo "Nothing to copy from ${BASE_READ_ONLY_DIR}/"
79
CI_EXEC "${BASE_ROOT_DIR}/ci/test/01_base_install.sh"
80
81
# Fixes permission issues when there is a container UID/GID mismatch with the owner
0 commit comments