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 <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2023-09-22 15:37:52 +01:00
parent 6d3ea0c032
commit cda5b61390

View File

@ -69,6 +69,8 @@ get_version:
artifacts:
paths:
- output/*
exclude:
- output/*.tar
expire_in: 2h
rootfs: