Restore CI script.

This commit is contained in:
Buster Neece 2023-01-16 02:22:02 -06:00
parent a9956bc93a
commit c44fd64124
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/usr/bin/env bash
if [ $(whoami) != 'azuracast' ]; then
echo 'This script must be run as the "azuracast" user. Rerunning...'
exec gosu azuracast azuracast_ci "$@"
fi
azuracast_install || exit 1
cd /var/azuracast/www
composer codeception-no-coverage