diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-05-15 15:41:22 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-05-16 00:18:45 -0500 |
commit | 1f581d761b71286b5736b304a1e749e58befd146 (patch) | |
tree | de364a099c2a3b93352cf1e3b2912daa15f33f9a /.gitlab-ci.yml | |
parent | dc5be03380d22f9931b442a12d56c2f313894013 (diff) | |
download | gitlab-ce-1f581d761b71286b5736b304a1e749e58befd146.tar.gz |
alter cache key to prevent other pipeline configs from overwriting32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cache
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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/ |