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-15 21:11:13 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-15 21:11:13 +0300
commit0f51fa38dc25c8615bdae6128ce843caa701e3ec (patch)
treea417a2bd08de39820a4399469250dda47f68e074
parent2754e0f1e9729406dc98721768fcf964babe7ee8 (diff)
parent084717c8ab1a13e11e14c1e843145489daf622ca (diff)
Merge branch 'same-cache' into 'master'
Use the same cache for links and css check See merge request gitlab-com/gitlab-docs!213
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1f9126e..f81246c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,7 @@ internal_links:
- nanoc check internal_links
allow_failure: true
cache:
- key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
+ key: "test-$CI_COMMIT_REF_NAME"
paths:
- vendor/ruby
tags:
@@ -96,7 +96,7 @@ scss_lint:
script:
- bundle exec scss-lint
cache:
- key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
+ key: "test-$CI_COMMIT_REF_NAME"
paths:
- vendor/ruby
tags: