From a97036ea7bfaedc19f3c15d455b8bd87c8ad9e5f Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 10 Nov 2024 02:32:01 +0100 Subject: [PATCH] ci(azure-pipelines): disable DockerTaskTest --- azure-pipelines.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 6a2ae3a1f..2aea0e366 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -16,18 +16,18 @@ jobs: echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml displayName: 'Run a multi-line script' -- job: DockerTaskTest - container: - image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04' - endpoint: devfra - steps: - - task: Docker@2 - displayName: Image build test - inputs: - command: buildAndPush - Dockerfile: docker/backend/Dockerfile - buildContext: . - tags: backend +# - job: DockerTaskTest +# container: +# image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04' +# endpoint: devfra +# steps: +# - task: Docker@2 +# displayName: Image build test +# inputs: +# command: buildAndPush +# Dockerfile: docker/backend/Dockerfile +# buildContext: . +# tags: backend - job: BuildKitTest container: image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'