From 8ac530c78f23da425c25aadd05910110fb7457ff Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Mon, 22 Jan 2024 15:20:03 +0100 Subject: [PATCH] make sure variables are seen as strings --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f3367f..73f5357 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,9 @@ workflow: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH variables: - BUILDCACHE: /scratch/richart/buildcache - SPACK_DISABLE_LOCAL_CONFIG: true - SPACK_USER_CACHE_PATH: /tmp/spack_cache + BUILDCACHE: "/scratch/richart/buildcache" + SPACK_DISABLE_LOCAL_CONFIG: "true" + SPACK_USER_CACHE_PATH: "/tmp/spack_cache" # ------------------------------------------------------------------------------ .parallel_job: -- GitLab