From 0ffbbfdb1890f7b160b681d9994f53b2ba803160 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 22 Jan 2025 21:40:48 +0100 Subject: [PATCH] ci(azure-pipelines): fix image build dependency --- .azure-pipelines/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index e41ddf38d..23c60a257 100644 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -76,7 +76,7 @@ jobs: displayName: Build ${{parameters.service.name}} dependsOn: - ImageBuild_${{parameters.service.name}} - condition: or(succeeded(), canceled()) + condition: in(dependencies.ImageBuild_${{parameters.service.name}}.result, 'Succeeded', 'Canceled') container: # TODO: use BuildNumber instead of latest in update branches # image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber)