2 lines
76 B
Bash
Executable file
2 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
|