From 7263a19085522867f344b3c9858e4c544d777ade Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 20 Jan 2025 14:16:55 +0100 Subject: [PATCH] ci(azure-pipelines): fix syntax --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index a3ad9f5ed..82b124d96 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -48,7 +48,7 @@ jobs: docker push ${{variables.imageFradriveUpstream}}/frontend:$(Build.BuildNumber) - task: Bash@3 displayName: Update latest frontend image - condition: $[variables.onMasterBranch] + condition: eq(variables.isMain, true) inputs: targetType: inline script: |