mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-19 01:23:09 +00:00
Move task helpers to a module
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
@ -4,7 +4,7 @@ namespace :gitlab do
|
||||
task :install, [:dir] => :environment do |t, args|
|
||||
warn_user_is_not_gitlab
|
||||
unless args.dir.present?
|
||||
abort "Please specify the directory where you want to install gitlab-workhorse:\n rake gitlab:workhorse:install[/home/git/gitlab-workhorse]"
|
||||
abort %(Please specify the directory where you want to install gitlab-workhorse:\n rake "gitlab:workhorse:install[/home/git/gitlab-workhorse]")
|
||||
end
|
||||
|
||||
tag = "v#{ENV['GITLAB_WORKHORSE_VERSION'] || Gitlab::Workhorse.version}"
|
||||
|
Reference in New Issue
Block a user