mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Merge pull request #3583 from karlhungus/update_dev_setup_to_not_use_hard_coded_path_to_gitlab_shell
Updated setup to reference the gitlab-shell var
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
gitlab_shell_path = File.expand_path("~#{Gitlab.config.gitlab_shell.ssh_user}")
|
||||
root = Gitlab.config.gitlab_shell.repos_path
|
||||
|
||||
projects = [
|
||||
@@ -17,8 +18,7 @@ projects.each do |project|
|
||||
print '-'
|
||||
next
|
||||
end
|
||||
|
||||
if system("/home/git/gitlab-shell/bin/gitlab-projects import-project #{project[:path]} #{project[:git]}")
|
||||
if system("#{gitlab_shell_path}/gitlab-shell/bin/gitlab-projects import-project #{project[:path]} #{project[:git]}")
|
||||
print '.'
|
||||
else
|
||||
print 'F'
|
||||
|
||||
Reference in New Issue
Block a user