Commit b7efdb58cdfeba0d199a6d1f3b68fc1d37bc205a

Authored by Jacob Vosmaer
1 parent fa2a2205

Install gitlab-shell in service, not services

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
config/software/gitlab-shell.rb
... ... @@ -8,6 +8,6 @@ source :git => "https://gitlab.com/gitlab-org/gitlab-shell.git"
8 8  
9 9 build do
10 10 command "sed -i 's|^#!/usr/bin/env ruby|#!#{install_dir}/embedded/bin/ruby|' $(grep -r -l '#!/usr/bin/env ruby' .)"
11   - command "mkdir -p #{install_dir}/embedded/services/gitlab-shell"
12   - command "#{install_dir}/embedded/bin/rsync -a --delete --exclude=.git/*** --exclude=.gitignore ./ #{install_dir}/embedded/services/gitlab-shell/"
  11 + command "mkdir -p #{install_dir}/embedded/service/gitlab-shell"
  12 + command "#{install_dir}/embedded/bin/rsync -a --delete --exclude=.git/*** --exclude=.gitignore ./ #{install_dir}/embedded/service/gitlab-shell/"
13 13 end
... ...