From bf4c90d572c0c93841f546ccd2bb492632b09557 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Keck <Jean-Baptiste.Keck@imag.fr> Date: Mon, 20 Apr 2020 17:17:06 +0200 Subject: [PATCH] USE -> HOME in test.sh --- ci/scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/test.sh b/ci/scripts/test.sh index f4098adff..df5416184 100755 --- a/ci/scripts/test.sh +++ b/ci/scripts/test.sh @@ -155,7 +155,7 @@ if [ "$RUN_EXAMPLES" = true ]; then fi if [ "$HAS_CACHE_DIR" = true ]; then - cp -r ${USER}/.cache/* $CACHE_DIR + cp -r ${HOME}/.cache/* $CACHE_DIR find "${CACHE_DIR}" -name '*.lock' -delete fi -- GitLab