OSDN Git Service

Add gitlab-shell/bin/check to rake gitlab:check
authorJacob Vosmaer <contact@jacobvosmaer.nl>
Tue, 24 Sep 2013 12:36:57 +0000 (14:36 +0200)
committerJacob Vosmaer <contact@jacobvosmaer.nl>
Tue, 24 Sep 2013 12:36:57 +0000 (14:36 +0200)
commitddf873ad5e4d5e856ac59c580a7352cc2d47ad76
tree71f35462ae12ac81d9941297caedbf29a8c9142f
parent9587506124f2a36f9b844da2c9fe17a26fe1daa9
Add gitlab-shell/bin/check to rake gitlab:check

We sometimes encounter connectivity issues where gitlab-shell cannot
make API calls to the Rails application. There is a self-test script
`gitlab-shell/bin/check` that tries to connect to the API; this commit
runs that script as part of `rake gitlab:check`.
lib/tasks/gitlab/check.rake