Commit fea64946662a6043ec96c53bf2982d4f51ca4879
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Conflicts: resque.sh
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
resque.sh
1 | -mkdir tmp/pids | 1 | +mkdir -p tmp/pids |
2 | bundle exec rake environment resque:work QUEUE=post_receive RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes | 2 | bundle exec rake environment resque:work QUEUE=post_receive RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes |