From 7e014c037ef01cf6e3a135c7cd28809cbf0a3f46 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 22 Jan 2025 22:39:43 +0100 Subject: [PATCH] ci(azure-pipelines): fix syntax --- .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 91fc20152..785be42e0 100644 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -81,7 +81,7 @@ jobs: - ${{ each dep in parameters.service.dependsOn }}: - ${{ dep }} condition: in(dependencies.ImageBuild_${{parameters.service.name}}.result, 'Succeeded', 'Skipped') - pool: ${{ parameters.service.pool }} + pool: '${{ parameters.service.pool }}' container: # TODO: use BuildNumber instead of latest in update branches # image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber)