From 1905cf06564198da5831c6b3bc7550e6b96c2285 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 10 Jun 2020 13:04:14 +0200 Subject: Explicitly start postgres on azure Seems to be necessary now... --- azure/job.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure/job.yml') diff --git a/azure/job.yml b/azure/job.yml index 80ffb35e86..a262d33f00 100644 --- a/azure/job.yml +++ b/azure/job.yml @@ -20,6 +20,7 @@ jobs: - script: | set -e sudo service mysql start + sudo service postgresql start mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test" sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';" sudo -u postgres psql -c "CREATE DATABASE test;" -- cgit v1.2.1