mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-05 13:47:16 +02:00
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:
parent
6d3ea0c032
commit
cda5b61390
@ -69,6 +69,8 @@ get_version:
|
||||
artifacts:
|
||||
paths:
|
||||
- output/*
|
||||
exclude:
|
||||
- output/*.tar
|
||||
expire_in: 2h
|
||||
|
||||
rootfs:
|
||||
|
Loading…
Reference in New Issue
Block a user