delay creating test-data-results vol

This commit is contained in:
Collin M. Barrett 2019-09-27 16:15:48 -05:00
parent a1b31d42cc
commit 5e96e1fd7e

View file

@ -44,18 +44,18 @@ pool:
vmImage: "ubuntu-latest"
steps:
- task: Docker@2
displayName: "create volume test-data-results"
inputs:
command: volume
arguments: "create test-data-results"
- task: DockerCompose@0
displayName: "up test-data db"
inputs:
dockerComposeFile: "docker-compose.data.tests.yml"
dockerComposeCommand: "up -d mariadb"
- task: Docker@2
displayName: "create volume test-data-results"
inputs:
command: volume
arguments: "create test-data-results"
- task: DockerCompose@0
displayName: "run test-data"
inputs: