From f35dcfcfd3f16677b03862bc4c4747935ebbbf04 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 12 Apr 2019 10:41:19 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c14e7acba..ee49b59db 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ pr: jobs: - job: 'Tox' - condition: startsWith(variables['Build.SourceBranch'], '/refs/heads') + condition: startsWith(variables['Build.SourceBranch'], 'refs/heads') pool: vmImage: 'ubuntu-16.04' @@ -32,7 +32,7 @@ jobs: - job: 'JQ' - condition: startsWith(variables['Build.SourceBranch'], '/refs/heads') + condition: startsWith(variables['Build.SourceBranch'], 'refs/heads') pool: vmImage: 'ubuntu-16.04'