From 53b32a484bc77269aadabb5195ed305d8f4d47f4 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <networms@gmail.ch>
Date: Tue, 9 Jul 2024 16:34:02 +0200
Subject: [PATCH] Typo in mount point

---
 .gitlab-ci.yml                    | 2 +-
 stacks/pinot-noir-gcc/config.json | 2 +-
 stacks/pinot-noir/config.json     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d60af6c..60158c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ variables:
   extends:
     - .parallel_definition
   variables:
-    MOUNT_POINT: /ssoft/stack
+    MOUNT_POINT: /ssoft/spack
     BUILDCACHE: "/work/scitas-ge/richart/ci/buildcache"
     MIRROR: "/work/scitas-ge/richart/ci/mirror"
     FAKEHOME: "/scratch/richart"
diff --git a/stacks/pinot-noir-gcc/config.json b/stacks/pinot-noir-gcc/config.json
index dd541dc..9b41518 100644
--- a/stacks/pinot-noir-gcc/config.json
+++ b/stacks/pinot-noir-gcc/config.json
@@ -24,7 +24,7 @@
     },
     "stack": {
         "version": "v1",
-        "mount_point": "/stack",
+        "mount_point": "/ssoft/spack",
         "system_arch": "target=x86_64_v3",
         "system_compiler": {
             "gcc@11": {
diff --git a/stacks/pinot-noir/config.json b/stacks/pinot-noir/config.json
index fae5342..f566368 100644
--- a/stacks/pinot-noir/config.json
+++ b/stacks/pinot-noir/config.json
@@ -24,7 +24,7 @@
     },
     "stack": {
         "version": "v1",
-        "mount_point": "/stack",
+        "mount_point": "/ssoft/spack",
         "system_arch": "target=x86_64_v3",
         "system_compiler": {
             "gcc@11": {
-- 
GitLab