ci: add expiration date for build artifacts

This commit is contained in:
Max Lübke 2023-08-11 10:26:40 +02:00
parent 6e687acf45
commit 4c3752fd49

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