alter cache key to prevent other pipeline configs from overwriting
This commit is contained in:
parent
dc5be03380
commit
1f581d761b
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue