Quiten down apt install
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2021-02-16 17:09:47 +01:00
parent 985cf60aff
commit aafd4720b8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ init_db() {
set -eu
if ! type mysql > /dev/null 2>&1; then
apt update && apt install -y mariadb-client
apt update && apt install -yqq mariadb-client
fi
PASSWORD=$(cat /run/secrets/db_password)