Skip to content
Snippets Groups Projects
Verified Commit 5c42c801 authored by Konrad Botor's avatar Konrad Botor
Browse files

Increased default artifact retention time to 24 hours - ref. #3

parent 22bc5ffa
No related branches found
No related tags found
1 merge request!26Increase default artifact retention time to 24h
Pipeline #77646 passed
...@@ -24,7 +24,6 @@ include: ...@@ -24,7 +24,6 @@ include:
artifacts: artifacts:
name: validation-results name: validation-results
when: always when: always
expire_in: 6 hours
tags: tags:
- public-runner-docker - public-runner-docker
......
...@@ -2,7 +2,7 @@ default: ...@@ -2,7 +2,7 @@ default:
timeout: 1 hour timeout: 1 hour
artifacts: artifacts:
when: always when: always
expire_in: 6 hours expire_in: 24 hours
# Necessary due to a bug. # Necessary due to a bug.
# See https://gitlab.com/gitlab-org/gitlab/-/issues/418003 for details. # See https://gitlab.com/gitlab-org/gitlab/-/issues/418003 for details.
......
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