From 2bac1f0079028e3409eb7c826f9a6de83ceaff05 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Wed, 31 Jan 2024 19:03:51 +0100 Subject: [PATCH] Missing do in for --- .gitlab-ci.yml | 2 +- repos.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9510b8a..6771bf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -153,7 +153,7 @@ spack:install_compilers: cat compiler_definitions.yaml - | - for compiler_hash in $(echo ${hashes}) + for compiler_hash in $(echo ${hashes}); do echo "spack/bin/spack location -i ${compiler_hash}" location=$(spack/bin/spack location -i ${compiler_hash}) diff --git a/repos.yaml b/repos.yaml index 805da6b..a55159d 100644 --- a/repos.yaml +++ b/repos.yaml @@ -1,3 +1,3 @@ repos: # - /stack/extra_repos/scitas-externals - - ../scitas-spack-packages + - /stack/extra_repos/scitas-spack-packages -- GitLab