3 lines
76 B
Text
3 lines
76 B
Text
|
#!/bin/sh
|
||
|
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
|