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

This commit is contained in:
Pascal Vizeli 2019-04-01 13:05:23 +02:00
parent bac5f704dc
commit 45de0f2f39

View File

@ -32,7 +32,7 @@ jobs:
vmImage: 'ubuntu-16.04'
steps:
- script: apt-get install jq
- script: sudo apt-get install -y jq
displayName: 'Install JQ'
- bash: "cat **/*.json | jq"