Skip to content
Snippets Groups Projects
Commit 8750394f authored by Marin Jankovski's avatar Marin Jankovski Committed by Jose Ivan Vargas Lopez
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 23127c84
No related branches found
No related tags found
No related merge requests found
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
@@ -596,7 +596,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