Skip to content
Snippets Groups Projects
Commit 1adeaa95 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'tag-artifacts' into 'master'

Update the artifact expire_in time to 14days for tags

Closes #2717

See merge request !1880
parents c84f79dc 4c28dba1
No related branches found
No related tags found
1 merge request!1880Update the artifact expire_in time to 14days for tags
Loading
Loading
@@ -156,7 +156,7 @@ variables:
only:
- tags@gitlab/omnibus-gitlab
artifacts:
expire_in: 1 day
expire_in: 14 days
paths:
- pkg/
 
Loading
Loading
@@ -179,7 +179,7 @@ variables:
only:
- tags@gitlab/omnibus-gitlab
artifacts:
expire_in: 1 day
expire_in: 14 days
paths:
- pkg/
dependencies: []
Loading
Loading
@@ -577,7 +577,7 @@ SLES 12:
only:
- tags@gitlab/omnibus-gitlab
artifacts:
expire_in: 1 day
expire_in: 14 days
paths:
- pkg/
cache:
Loading
Loading
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