From 6c2b57ca4c92e9f2d7219660e40e861cdbe3fa12 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 21 Jan 2025 15:13:49 +0100 Subject: [PATCH] ci(azure-pipelines): remove dummy backend image build --- azure-pipelines.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 0d60fd1a7..327786a8e 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -63,32 +63,6 @@ jobs: command: logout containerRegistry: devFra -- job: BackendImage - pool: 'Prod Private Agent Pool' - container: - image: devfra.azurecr.io/de.fraport.build/tools:1.1.0 - endpoint: devfra - steps: - - checkout: self - - task: Docker@2 - name: dockerLoginDevFra - displayName: Docker Login to devfra - inputs: - command: login - containerRegistry: devFra - - task: Bash@3 - displayName: Build backend image - inputs: - targetType: inline - script: | - echo "DUMMY BACKEND BUILD" - - task: Docker@2 - name: dockerLogoutDevFra - displayName: Docker Logout from devfra - inputs: - command: logout - containerRegistry: devFra - - job: FrontendBuild # TODO: wait for FrontendImage iff the job was executed # dependsOn: FrontendImage