Skip to content

Commit

Permalink
CI artifacts only for a day
Browse files Browse the repository at this point in the history
  • Loading branch information
horejsek committed Sep 25, 2020
1 parent 51c8bce commit 53cd2ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ dependency-updates:
script:
- make build
artifacts:
expire_in: 2 week
# Note: The latest artifacts for refs are locked against deletion, and kept regardless of the expiry time.
# Introduced in GitLab 13.0 behind a disabled feature flag, and made the default behavior in GitLab 13.4.
expire_in: 1 day

build-linux:
extends: .build-base
Expand Down

0 comments on commit 53cd2ff

Please sign in to comment.