From 775af7fc0814020caece443cb3ff1bdc7beaf16a Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Mon, 15 Jul 2024 11:24:31 -0400 Subject: [PATCH] #2174: update vttv workflow --- ci/azure/azure-gcc-12-ubuntu-vttv.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/azure/azure-gcc-12-ubuntu-vttv.yml b/ci/azure/azure-gcc-12-ubuntu-vttv.yml index 1468b9aedb..2e1567e00d 100644 --- a/ci/azure/azure-gcc-12-ubuntu-vttv.yml +++ b/ci/azure/azure-gcc-12-ubuntu-vttv.yml @@ -139,7 +139,7 @@ stages: containerregistrytype: 'Container Registry' dockerComposeFile: '**/docker-compose.yml' action: 'Run a Docker Compose command' - dockerComposeCommand: '$(compose_command) ubuntu-cpp-clean' + dockerComposeCommand: '$(compose_command) ubuntu-cpp-vtk' - task: DockerCompose@1 displayName: Build container inputs: @@ -147,7 +147,7 @@ stages: containerregistrytype: 'Container Registry' dockerComposeFile: '**/docker-compose.yml' action: 'Run a Docker Compose command' - dockerComposeCommand: 'run ubuntu-cpp-clean' + dockerComposeCommand: 'run ubuntu-cpp-vtk' env: CODECOV_TOKEN: $(codecov_token) - task: Bash@3 @@ -179,7 +179,7 @@ stages: dockerRegistryEndpoint: 'dockerRegistryConnection1' dockerComposeFile: '**/docker-compose.yml' action: 'Run a Docker Compose command' - dockerComposeCommand: 'push ubuntu-cpp-clean' + dockerComposeCommand: 'push ubuntu-cpp-vtk' - task: Bash@3 displayName: Create artifacts continueOnError: true