summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-05-15 15:41:22 -0500
committerMike Greiling <mike@pixelcog.com>2017-05-16 00:18:45 -0500
commit1f581d761b71286b5736b304a1e749e58befd146 (patch)
treede364a099c2a3b93352cf1e3b2912daa15f33f9a
parentdc5be03380d22f9931b442a12d56c2f313894013 (diff)
downloadgitlab-ce-32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cache.tar.gz
alter cache key to prevent other pipeline configs from overwriting32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cache
-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/