From d4f7b4aa24c2ae220b98fa56d66aaafe5794fbc7 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille <guilhem.bonnefille@csgroup.eu> Date: Fri, 7 Jul 2023 08:14:23 +0000 Subject: [PATCH] fix(package): expire built artifacts --- templates/gitlab-ci-python.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index a95c41d..0692159 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -582,6 +582,7 @@ py-package: artifacts: paths: - $PYTHON_PROJECT_DIR/dist/* + expire_in: 1 day rules: - if: '$PYTHON_PACKAGE_ENABLED == "true"' -- GitLab