From 601fb014ca44370c3b90cc45a26db4b2fcc4e09e Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 27 Sep 2019 16:22:17 -0500 Subject: [PATCH] Revert "delay creating test-data-results vol" This reverts commit 5e96e1fd7ea43cec33c31d8c65b10eb518188b3a. --- azure-pipelines.api.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.api.yaml b/azure-pipelines.api.yaml index cd5cc9724..b33d75ad7 100644 --- a/azure-pipelines.api.yaml +++ b/azure-pipelines.api.yaml @@ -44,18 +44,18 @@ pool: vmImage: "ubuntu-latest" steps: - - 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: "up test-data db" + inputs: + dockerComposeFile: "docker-compose.data.tests.yml" + dockerComposeCommand: "up -d mariadb" + - task: DockerCompose@0 displayName: "run test-data" inputs: