logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 3ab1c3ae8aac52a66dc6181c42994e8482ef1bf5
parent 606c9ae4b1ae6456fe4a17a9328c35ba87bbd652
Author: feld <feld@feld.me>
Date:   Wed, 22 Oct 2025 20:41:49 +0000

Merge branch 'expire-artifacts' into 'develop'

Enable expiration of CICD job artifacts

See merge request pleroma/pleroma!4384

Diffstat:

M.gitlab-ci.yml4++++
Achangelog.d/ci-artifacts.skip0
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15.8-otp-26 +default: + artifacts: + expire_in: 1 week + variables: &global_variables # Only used for the release ELIXIR_VER: 1.17.3 diff --git a/changelog.d/ci-artifacts.skip b/changelog.d/ci-artifacts.skip