From 45de0f2f39d0e65606f58e584ad2d61fd4c31ebd Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 1 Apr 2019 13:05:23 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines [skip ci] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b82070277..eea4b0456 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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"