From 23bd09043696f860ff7a72808fcf3f1acea749be Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 26 Nov 2024 06:15:36 +0100 Subject: [PATCH] (TO BE REMOVED) pipelines: "tee" configuration, for better logging --- share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index 1ee81bf4b3a..e0378c74b93 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -140,7 +140,7 @@ default: --config-scope "${SPACK_CI_CONFIG_ROOT}" --config-scope "${SPACK_CI_CONFIG_ROOT}/${SPACK_TARGET_PLATFORM}" --config-scope "${SPACK_CI_CONFIG_ROOT}/${SPACK_TARGET_PLATFORM}/${SPACK_TARGET_ARCH}" - config blame > "${CI_PROJECT_DIR}/jobs_scratch_dir/spack.yaml.blame" + config blame | tee "${CI_PROJECT_DIR}/jobs_scratch_dir/spack.yaml.blame" - spack -v --color=always --config-scope "${SPACK_CI_CONFIG_ROOT}" --config-scope "${SPACK_CI_CONFIG_ROOT}/${SPACK_TARGET_PLATFORM}"