Commit f0c0fbfdebf31c23deeb47e18e657148ed5c12d4

Authored by Jacob Vosmaer
1 parent 0620670f
Exists in 7-2-stable-ee

Build gitlab-rails 7.2.0.rc5-ee

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
config/software/gitlab-rails.rb
@@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
17 # 17 #
18 18
19 name "gitlab-rails" 19 name "gitlab-rails"
20 -default_version "45da59daab5878eb20adc402fbd9c9f44407ed75" # 7.2.0.pre 20 +default_version "5812cfa10eae1eb306d23605ab2cea70db042d05" # v7.2.0.rc5-ee
21 21
22 EE = system("#{Config.project_root}/support/is_gitlab_ee.sh") 22 EE = system("#{Config.project_root}/support/is_gitlab_ee.sh")
23 23
@@ -33,7 +33,7 @@ dependency "python-docutils" @@ -33,7 +33,7 @@ dependency "python-docutils"
33 dependency "mysql-client" if EE 33 dependency "mysql-client" if EE
34 dependency "rugged" 34 dependency "rugged"
35 35
36 -source :git => "https://gitlab.com/gitlab-org/gitlab-ce.git" 36 +source :git => "git@gitlab.com:subscribers/gitlab-ee.git"
37 37
38 build do 38 build do
39 env = with_standard_compiler_flags(with_embedded_path) 39 env = with_standard_compiler_flags(with_embedded_path)