Skip to content
Snippets Groups Projects
Unverified Commit db9a8f19 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Fix cache key used to use base image os


Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent 5fc72e68
No related merge requests found
......@@ -56,7 +56,7 @@ include:
files:
- .gitlab-ci.yml
- ruby/Gemfile.lock
prefix: debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}
prefix: debian-${BASE_IMAGE_OS}-ruby-${RUBY_VERSION}
paths:
- .ruby
policy: pull
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment