blob: 4b4358b7925d6e1edb3c4ccc5b16a1c9d307450f [file] [log] [blame]
#!/bin/bash
set -e
cd /src
# Install dependencies
composer install
# Set up db
service mariadb start
mysql < build/leaf_ota.sql
# Generate preview
BASEURL="$(cat ./build/gerrit_change.txt)"
bin/console -e prod stenope:build --base-url=/$BASEURL ./build/static && chmod a+rw -R .