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: |