1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 17:08:36 +01:00

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

This commit is contained in:
Pascal Vizeli
2019-04-01 13:56:02 +02:00
parent 45de0f2f39
commit 06a2ab26a2
+3 -1
View File
@@ -35,5 +35,7 @@ jobs:
- script: sudo apt-get install -y jq
displayName: 'Install JQ'
- bash: "cat **/*.json | jq"
- bash: |
shopt -s globstar
cat **/*.json | jq '.'
displayName: 'Run JQ'