From 34fd73e17bde6b38e4d2fb051442379c4d8d21dd Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 22 Jan 2025 22:10:24 +0100 Subject: [PATCH] ci(azure-pipelines): fix backend dependsOn type --- azure-pipelines.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index b2d3d1568..e650d2ffc 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -24,7 +24,8 @@ parameters: buildArtifacts: | .stack/ .stack-work/ - dependsOn: compile_frontend + dependsOn: + - compile_frontend variables: imageUpstream: devfra.azurecr.io/de.fraport.fradrive.build