From 6deb210a006cbc75bbc405ae2b88cb2f7d6de311 Mon Sep 17 00:00:00 2001 From: ewbo4360 <ewbo4360@bht-berlin.de> Date: Tue, 19 Nov 2024 23:53:05 +0100 Subject: [PATCH] Pipeline updated to build and publish artifacts to GitLab that remain accessible for 5min to any user on the root/artifacts directory, matrix usage for multiplatforms build will be possible eventually in further versions --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da32ceb..37f1ea1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,6 +121,6 @@ artifacts: when: on_failure access: all - expire_in: 300 sec + expire_in: 301 sec paths : - ./artifacts # Publish the artifact(s) to GitLab -- GitLab