Commit 269bef1b43ff0e11ffbc07836643e5f2d6ca8db7

Authored by Job van der Voort
1 parent 8a29af86
Exists in 7-0-stable-ee

Pin GitLab to v7.0.0-ee

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
config/software/gitlab-rails.rb
... ... @@ -17,7 +17,7 @@
17 17 #
18 18  
19 19 name "gitlab-rails"
20   -default_version "d1e424bd5c403d73d399bf0f92e39aefde56e638" # 7.0.0
  20 +default_version "93bef4f04a185e21f7596587eb5e1a30f9a857fe" # 7.0.0-ee
21 21  
22 22 EE = system("#{Omnibus.project_root}/support/is_gitlab_ee.sh")
23 23  
... ... @@ -32,7 +32,7 @@ dependency "postgresql"
32 32 dependency "python-docutils"
33 33 dependency "mysql-client" if EE
34 34  
35   -source :git => "https://gitlab.com/gitlab-org/gitlab-ce.git"
  35 +source :git => "git@gitlab.com:subscribers/gitlab-ee.git"
36 36  
37 37 env = {
38 38 "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include",
... ...