Skip to content
Snippets Groups Projects
Commit a0f57940 authored by DJ Mountney's avatar DJ Mountney
Browse files

Print registry sha without preceeding `v`

parent dd4b9ec4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,10 +21,10 @@ require "#{Omnibus::Config.project_root}/lib/gitlab/version"
name 'registry'
version = Gitlab::Version.new('registry', 'dd544a82d93e8d39cec3d3d45117c3f486365589')
 
default_version version.print
default_version version.print(false)
 
license 'Apache-2.0'
license_file "https://gitlab.com/twk3/docker-distribution/raw/#{version.print}/LICENSE"
license_file "https://gitlab.com/twk3/docker-distribution/raw/#{version.print(false)}/LICENSE"
 
source git: version.remote
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment