Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-03-30 08:26:57 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-30 08:26:57 +0300
commit43b8108b036da5bb8f9c87630fc6987c9512cc2c (patch)
treec91df7bbe0afdaafdfa4ee96fcd6f6407b6dfffa
parent4d305607e0301c39f7908e379e0b088c7ad462ea (diff)
Expire pages artifacts in 1d
This will potentially fix the issue of 'pages:deploy - missing pages artifacts' in case the deploy takes a lot of time
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 021275a2..78d9464d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -210,7 +210,7 @@ pages:
paths:
- public
- environment_url.txt
- expire_in: 1h
+ expire_in: 1d
only:
- master@gitlab-com/gitlab-docs
tags: