Merge branch 'sh-ruby-cache-key-debian-stretch' into 'master'

Upgrade cache key to be clear that Debian Stretch is being used

See merge request gitlab-org/gitlab-ce!19214
This commit is contained in:
Robert Speicher 2018-05-29 21:47:50 +00:00
commit d3b39a835f
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.7-golang-1.9-git
- gitlab-org
.default-cache: &default-cache
key: "ruby-2.3.7-with-yarn"
key: "ruby-2.3.7-debian-stretch-with-yarn"
paths:
- vendor/ruby
- .yarn-cache/
@ -550,7 +550,7 @@ static-analysis:
script:
- scripts/static-analysis
cache:
key: "ruby-2.3.7-with-yarn-and-rubocop"
key: "ruby-2.3.7-debian-stretch-with-yarn-and-rubocop"
paths:
- vendor/ruby
- .yarn-cache/