From b20b44fbdbe1f0371091bad71f041a40331a9cf4 Mon Sep 17 00:00:00 2001 From: Katherine Vincent Date: Wed, 3 Jul 2024 10:35:43 +0100 Subject: [PATCH] ci/setup-workspace: Add an expire_in value The artifacts within the setup-workspace test were missing an expire_in value. This has been introduced and set to 2 days to be inline with the other tests. Signed-off-by: Katherine Vincent Change-Id: I2af2f7818006048ed0285b6e937bcb6bc53afa0e --- .gitlab/templates/setup-workspace.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/templates/setup-workspace.yml b/.gitlab/templates/setup-workspace.yml index 5de0b2cf9..58117562e 100644 --- a/.gitlab/templates/setup-workspace.yml +++ b/.gitlab/templates/setup-workspace.yml @@ -35,6 +35,7 @@ artifacts: reports: dotenv: .env/workspace.env + expire_in: 2 days paths: - . # Save workspace rules: -- GitLab