Decrease artifacts expiration to 1 hour.
This commit is contained in:
@@ -21,7 +21,7 @@ build:
|
||||
artifacts:
|
||||
paths:
|
||||
- build/coverage
|
||||
expire_in: 2 days
|
||||
expire_in: 1 hour
|
||||
|
||||
test:
|
||||
stage: test
|
||||
@@ -33,8 +33,7 @@ test:
|
||||
artifacts:
|
||||
paths:
|
||||
- build/coverage
|
||||
expire_in: 2 days
|
||||
|
||||
expire_in: 1 hour
|
||||
coverage:
|
||||
stage: coverage
|
||||
needs:
|
||||
@@ -44,4 +43,4 @@ coverage:
|
||||
artifacts:
|
||||
paths:
|
||||
- build/coverage/coverage_html
|
||||
expire_in: 2 days
|
||||
expire_in: 1 hour
|
||||
|
||||
Reference in New Issue
Block a user