Skip to content
Snippets Groups Projects
Commit 344bc309 authored by Eidolon's avatar Eidolon
Browse files

Expire artifacts after 1 days by default

There's no need to let these artifacts pile up since the only ones that
will be relevant to non-programmers are the latest from any given ref.
parent afb965b1
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,7 @@ variables:
stages:
- build
default:
artifacts:
expire_in: 1 day
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment