From 44b84e1e83aa3911e2ca670e72e3b52e978ae866 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 20 Jan 2025 14:17:27 +0100 Subject: [PATCH] ci(azure-pipelines): fix syntax contd --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 82b124d96..9a68e94bc 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: eq(variables.isMain, true) + condition: eq(variables.onMasterBranch, true) inputs: targetType: inline script: |