Skip to content
Snippets Groups Projects
Commit e2445333 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
parent d081ee57
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -159,7 +159,7 @@ variables:
only:
- tags@gitlab/omnibus-gitlab
artifacts:
expire_in: 1 day
expire_in: 14 days
paths:
- pkg/
 
Loading
Loading
@@ -182,7 +182,7 @@ variables:
only:
- tags@gitlab/omnibus-gitlab
artifacts:
expire_in: 1 day
expire_in: 14 days
paths:
- pkg/
dependencies: []
Loading
Loading
@@ -598,7 +598,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