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