summaryrefslogtreecommitdiff
path: root/azure/job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure/job.yml')
-rw-r--r--azure/job.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure/job.yml b/azure/job.yml
index d6e837da6b..d1045d097e 100644
--- a/azure/job.yml
+++ b/azure/job.yml
@@ -18,6 +18,8 @@ jobs:
displayName: 'Make Build'
- template: install.yml
- script: |
+ set -e
+ sudo service mysql 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;"