From 0a065403a0dcf133c0fb61f2742b00039d82e97b Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Fri, 2 Jul 2021 15:17:09 +0000
Subject: [PATCH] Update spack.yaml

---
 spack.yaml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/spack.yaml b/spack.yaml
index 43b12d46..008075be 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -58,11 +58,9 @@ spack:
       - . "./spack/share/spack/setup-env.sh"
     # for default (env activate + ci rebuild) remove it
     script:
-      - env
-      - spack env activate --without-view ${SPACK_CONCRETE_ENV_DIR}
-      - ls -lisa ${SPACK_CONCRETE_ENV_DIR}
+      #- spack env activate --without-view ${SPACK_CONCRETE_ENV_DIR}
+      - spack env activate --without-view .
       - spack -d ci rebuild
-      - ls -lisa ${SPACK_CONCRETE_ENV_DIR}
-    enable-artifacts-buildcache: True
+    enable-artifacts-buildcache: False
     rebuild-index: True
 
-- 
GitLab