Commit 2a861b50ae6ac4e07005d9602375deef13afe46a

Authored by Jacob Vosmaer
1 parent 9437c2ee
Exists in 7-2-stable

Build CE packages from dev.gitlab.org

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/software/gitlab-rails.rb
@@ -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@dev.gitlab.org:gitlab/gitlabhq.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)