Commit 0dc7fcc2bddfade7c888b3fe46ec970611041801

Authored by Jacob Vosmaer
1 parent 3bf45249

Specify source of gitlab-ctl commands

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
config/software/gitlab-ctl.rb
... ... @@ -21,6 +21,8 @@ name "gitlab-ctl"
21 21 dependency "rsync"
22 22 dependency "omnibus-ctl"
23 23  
  24 +source :path => File.expand_path("files/gitlab-ctl-commands", Omnibus.project_root)
  25 +
24 26 build do
25 27 block do
26 28 open("#{install_dir}/bin/gitlab-ctl", "w") do |file|
... ...