diff options
author | Phil Hughes <me@iamphill.com> | 2017-01-17 08:34:07 -0500 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-01-17 08:34:07 -0500 |
commit | c0ba747c586ff7f5f42097a0e49eace30c57ebdf (patch) | |
tree | 89b58aa0b6162f4aee0bd8f834cc65e12e6c6c85 /lib/tasks | |
parent | dc623cf44e691cfe3e53decf66e36c25394dadb3 (diff) | |
parent | e7fdb1aae5a61b30f66ea3489d4e0759ed8ea3a1 (diff) | |
download | gitlab-ce-c0ba747c586ff7f5f42097a0e49eace30c57ebdf.tar.gz |
Merge branch 'master' into go-go-gadget-webpack
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/dev.rake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/tasks/dev.rake b/lib/tasks/dev.rake index 6f27972c4e4..5e94fba97bf 100644 --- a/lib/tasks/dev.rake +++ b/lib/tasks/dev.rake @@ -7,9 +7,4 @@ namespace :dev do Rake::Task["gitlab:setup"].invoke Rake::Task["gitlab:shell:setup"].invoke end - - desc 'GitLab | Start/restart foreman and watch for changes' - task :foreman => :environment do - sh 'rerun --dir app,config,lib -- foreman start' - end end |