From ead1bcfeaad7a1af9ab2169216add17176a82eb9 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 16 Jan 2025 13:58:25 +0100 Subject: [PATCH] ci(azure-pipelines): exec CompileFrontend only after frontend image build succeeded --- azure-pipelines.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 8a2586120..eaf0c44b8 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -82,6 +82,8 @@ jobs: containerRegistry: devFra - job: CompileFrontend + dependsOn: BuildFrontendImage + condition: succeeded() container: image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber) endpoint: devfra