ci: add expiration date for build artifacts

This commit is contained in:
Max Lübke 2023-08-11 10:26:40 +02:00
parent 2d22daa820
commit d4f525ccbf

View File

@ -37,6 +37,7 @@ build-poet: # This job runs in the build stage, which runs first.
artifacts:
paths:
- build
expire_in: 1 day
test-poet:
stage: test