From cda5b61390edcc25cba09e9e9e7555a875a254cc Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 22 Sep 2023 15:37:52 +0100 Subject: [PATCH] Remove the uncompressed tar artefact The file may be useful locally, but for the other stages we don't need it. Explicitly remove it since it tends to be 3-4x the size of everything else. v2 - switch from rm to artefacts:exclude: Signed-off-by: Emil Velikov --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff5e10c..6cdee2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,8 @@ get_version: artifacts: paths: - output/* + exclude: + - output/*.tar expire_in: 2h rootfs: