Cirrus: Print logs from rbm containers

pull/88/head
Jeremy Rand 3 years ago
parent 1c02460427
commit 9175e0d2a6
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -22,6 +22,10 @@ apt-get install -y $APT_DEPS || (sleep 15s && apt-get install -y $APT_DEPS)
echo "Pulling rbm..."
make submodule-update
echo "Configuring rbm..."
# Print logs to Cirrus.
cat rbm.local.conf.example | sed "s/#build_log: '-'/build_log: '-'/g" > rbm.local.conf
echo "Moving caches..."
if [[ -e "./fonts/.git" ]]; then
echo "git_clones/fonts was cached, moving it to the right place..."

Loading…
Cancel
Save