From 7d762a32f7e92be2e61171ee10283e2188e8da51 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Wed, 24 Jan 2024 16:11:01 +0100 Subject: [PATCH] another try --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 280befb..4080e77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,7 +102,8 @@ spack:install_compilers: --use-cache ${COMPILER_LIST_SPECS} - - echo 'definitions: [ compilers: [' ${COMPILER_LIST_SPECS} ']]' > compiler_definitions.yaml + - | + echo 'definitions: [ compilers: [' ${COMPILER_LIST_SPECS} ']]' > compiler_definitions.yaml - /spack/spack/bin/spack compiler find --scope site /usr -- GitLab