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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-05-15 00:32:58 +0300
committerRémy Coutable <remy@rymai.me>2019-08-14 15:04:31 +0300
commit63dad2c39c23a0714bd35cd84497a4ee36fd30fd (patch)
tree8b171dc5050eec467955e48519b8122725d7a461 /.gitlab/ci/pages.gitlab-ci.yml
parent16f3f33e748d61b494f8815501e2a884d114255d (diff)
Optimize the use of cache and dependencies in CI pipelineoptimize-job-dependencies-and-cache
The idea is to only pull & push from/to cache from the `setup-test-env` and `compile-assets` jobs, and only pull the required artifacts from all the other jobs. Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab/ci/pages.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/pages.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/pages.gitlab-ci.yml b/.gitlab/ci/pages.gitlab-ci.yml
index f7b18b809b4..cab84642828 100644
--- a/.gitlab/ci/pages.gitlab-ci.yml
+++ b/.gitlab/ci/pages.gitlab-ci.yml
@@ -1,5 +1,5 @@
pages:
- extends: .dedicated-no-docs-no-db-pull-cache-job
+ extends: .dedicated-no-docs-no-db-no-cache
before_script: []
stage: pages
dependencies: