summaryrefslogtreecommitdiff
path: root/azure/file_cache_job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure/file_cache_job.yml')
-rw-r--r--azure/file_cache_job.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/azure/file_cache_job.yml b/azure/file_cache_job.yml
index a52b56a216..614bd8d1a5 100644
--- a/azure/file_cache_job.yml
+++ b/azure/file_cache_job.yml
@@ -17,13 +17,7 @@ jobs:
- script: make -j$(/usr/bin/nproc) >/dev/null
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;"
- displayName: 'Setup'
+ - template: script.yml
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}