From 4c33464d148ea1fcf0527945cb49bd12f1a69f0b Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Tue, 24 Jan 2023 17:48:05 +0100
Subject: [PATCH] not store spack-src in job artifacts

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 48d97b2f..a1886d77 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -198,7 +198,7 @@ build-spack-env-on-runner:
   timeout: 1 day
   artifacts:
     paths:
-      - .spack-tmp/root/spack-stage
+      - .spack-tmp/root/spack-stage/spack-stage-*/*.txt
     when: on_failure
 
 
@@ -244,7 +244,7 @@ sync-gitlab-spack-instance:
   timeout: 2 days
   artifacts:
     paths:
-      - build_logs/
+      - build_logs/spack-stage-*/*.txt
     when: on_failure
   only:
     refs:
-- 
GitLab