Merge branch 'expire-artifacts' into 'develop'

Enable expiration of CICD job artifacts

See merge request pleroma/pleroma!4384
This commit is contained in:
feld 2025-10-22 20:41:49 +00:00
commit 3ab1c3ae8a
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file