From aee245cd045b5405f3469adb9492911a6eaaf07c Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 11 Jan 2024 13:42:02 +0100 Subject: [PATCH] raise the expire term for artifacts in the gitlab pipeline --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc3e39778..e976a4d18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ build: paths: - .cache/ artifacts: - expire_in: 30 min + expire_in: 1 day paths: - bin - vendor/ @@ -65,7 +65,7 @@ code_style: paths: - .cache/ artifacts: - expire_in: 30 min + expire_in: 1 day paths: - bin - vendor/ @@ -79,7 +79,7 @@ phpstan_tests: paths: - .cache/ artifacts: - expire_in: 30 min + expire_in: 1 day paths: - bin - vendor/ @@ -94,7 +94,7 @@ rector_tests: paths: - .cache/ artifacts: - expire_in: 30 min + expire_in: 1 day paths: - bin - vendor/ @@ -121,7 +121,7 @@ unit_tests: - php -d memory_limit=3G tests/console doctrine:fixtures:load -n - php -d memory_limit=4G bin/phpunit --colors=never --exclude-group dbIntensive artifacts: - expire_in: 30 min + expire_in: 1 day paths: - bin - vendor/