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:
authorMarcel Amirault <mamirault@gitlab.com>2019-12-18 02:24:06 +0300
committerMarcel Amirault <mamirault@gitlab.com>2019-12-18 02:24:06 +0300
commitba66c4d7f69a1a23d657dcbffb4cb05ef27ebf35 (patch)
tree24d3c8a2fc9e1bbfdef2b4f4d9c3c6274dff7f28 /.gitlab-ci.yml
parent6aab751d5203c3dc27e5a1ef715c143611f54269 (diff)
Revert "Merge branch 'test-docs-cache' into 'master'"
This reverts merge request !652
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4820ead..e4d7f4b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,9 +65,7 @@ before_script:
- public
expire_in: 1d
cache:
- key:
- files:
- - Gemfile.lock
+ key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
paths:
- tmp/
- vendor/ruby