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