expire old artifacts after a week

This commit is contained in:
ceikry 2021-07-16 18:30:25 -05:00
parent 2c0cfdf0e1
commit e17ff585a7

View file

@ -20,6 +20,6 @@ build:
artifacts:
paths:
- build/libs/*.jar
expire_in: never
expire_in: 1 week
only:
- master