From d7c45dadac0109e9f069a7734f53950279aeb338 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 20 Jan 2025 14:13:12 +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 834b8dcb4..a3ad9f5ed 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: $(onMasterBranch) + condition: $[variables.onMasterBranch] inputs: targetType: inline script: |