From c305faab0842ea74880d1a443f9d4cef12988bc2 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Thu, 27 Jan 2022 22:59:00 +0100 Subject: [PATCH] fix(ci): not restrict artifacts dependencies --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97ac9b28d..566493965 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,7 @@ build_debug: artifacts: paths: - build/ + expire_in: 3 day cache: - key: files: @@ -80,6 +81,7 @@ build_debug_with_cache: artifacts: paths: - build/ + expire_in: 3 day cache: - key: files: @@ -101,7 +103,7 @@ build_release: artifacts: paths: - build/ - expire_in: 1 day + expire_in: 3 day tests_debug: extends: .env @@ -121,8 +123,6 @@ tests_debug: - cargo cucumber -i balance* - cargo cucumber -i monetary* - cargo cucumber -i transfer* - dependencies: - - build_debug tests_release: extends: .env -- GitLab