Update azure-pipelines.yml for Azure Pipelines [skip ci]

This commit is contained in:
Pascal Vizeli 2019-04-01 13:01:37 +02:00
parent 79669a5d04
commit bac5f704dc

View File

@ -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'