From a77fcc7908e5928ed647cc40917a3e7522e94bef Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 10 Aug 2024 23:13:15 -0400 Subject: [PATCH] Revert "and this" This reverts commit d4b2418bdfdd0ff69922fab64a1039816767d834. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d61cd5760..a31e9ba50b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,8 +82,8 @@ build: - "echo VERSION: ${VERSION}" - "echo CI_COMMIT_REF_NAME: ${CI_COMMIT_REF_NAME}" - git config --global --add safe.directory ${CI_PROJECT_DIR} - - '[ -d /dev/shm/scons_cache ] || (mkdir -p /dev/shm/scons_cache && chmod 1777 /dev/shm/scons_cache)' - - rsync -a --no-owner --no-group "${CI_DIR}/scons_cache/" /dev/shm/scons_cache/ + - '[ -d /dev/shm/scons_cache ] || sudo mkdir -p /dev/shm/scons_cache' + - rsync -a "${CI_DIR}/scons_cache/" /dev/shm/scons_cache/ script: - export PYTHONPATH="$BUILD_DIR" - "echo Building Panda..."