From 06a2ab26a2446594fff579f5d2cd6a90ec2e88dc Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 1 Apr 2019 13:56:02 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines [skip ci] --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eea4b0456..ff18ac073 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'