From bac5f704dcb07076a49ef540214e199f1b4f844f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 1 Apr 2019 13:01:37 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines [skip ci] --- azure-pipelines.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 325074af7..b82070277 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,13 +32,8 @@ jobs: vmImage: 'ubuntu-16.04' steps: - - task: UsePythonVersion@0 - displayName: 'Use Python $(python.version)' - inputs: - versionSpec: '$(python.version)' - - script: apt-get install jq displayName: 'Install JQ' - - script: "cat **/*.json | jq" + - bash: "cat **/*.json | jq" displayName: 'Run JQ'