From 6622f7a89ca181573c143a0ffa86c6331be70b29 Mon Sep 17 00:00:00 2001
From: Harmen Stoppels <me@harmenstoppels.nl>
Date: Sat, 4 Jan 2025 11:59:22 +0100
Subject: [PATCH] Revert "CI: Move the build stage to the project root instead
 of tmp (#47996)" (#48397)

This reverts commit ef615bcc7e05ec76cdf9fa8301686e84d6ac4c45.
---
 share/spack/gitlab/cloud_pipelines/configs/config.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/share/spack/gitlab/cloud_pipelines/configs/config.yaml b/share/spack/gitlab/cloud_pipelines/configs/config.yaml
index 3fa4921a0d5..89e9800e5fc 100644
--- a/share/spack/gitlab/cloud_pipelines/configs/config.yaml
+++ b/share/spack/gitlab/cloud_pipelines/configs/config.yaml
@@ -7,6 +7,4 @@ config:
     padded_length: 256
     projections:
       all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
-  build_stage:
-  - $spack/tmp/stage
 
-- 
GitLab