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:
authorMike Greiling <mike@pixelcog.com>2017-05-15 23:41:22 +0300
committerMike Greiling <mike@pixelcog.com>2017-05-16 08:18:45 +0300
commit1f581d761b71286b5736b304a1e749e58befd146 (patch)
treede364a099c2a3b93352cf1e3b2912daa15f33f9a /.gitlab-ci.yml
parentdc5be03380d22f9931b442a12d56c2f313894013 (diff)
alter cache key to prevent other pipeline configs from overwriting
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa6fd511d21..5463a020de7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6"
cache:
- key: "ruby-233"
+ key: "ruby-233-with-yarn"
paths:
- vendor/ruby
- .yarn-cache/