Skip to content
Snippets Groups Projects
Commit 1594a5a6 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 f4a26abd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -204,7 +204,7 @@ update-knapsack:
only:
- tags@gitlab/omnibus-gitlab
artifacts:
expire_in: 1 day
expire_in: 14 days
paths:
- pkg/
 
Loading
Loading
@@ -224,7 +224,7 @@ update-knapsack:
only:
- tags@gitlab/omnibus-gitlab
artifacts:
expire_in: 1 day
expire_in: 14 days
paths:
- pkg/
dependencies: []
Loading
Loading
@@ -621,7 +621,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