From 9ed80a9f93b3434e4c22ebc524ffc508cdb111d0 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Tue, 5 Mar 2024 14:49:21 +0100 Subject: [PATCH] fixe artifact path --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bee7ae2..f3851586 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -282,8 +282,8 @@ delete-dev-deployment: artifacts: when: always paths: - - added_file - - removed_file + - added + - removed expire_in: 1 month @@ -332,7 +332,7 @@ upload-from-fex-to-prod: artifacts: when: always paths: - - removed_file + - removed expire_in: 1 month -- GitLab