mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 05:06:30 +00:00
Update azure-pipelines.yml for Azure Pipelines [skip ci]
This commit is contained in:
parent
79669a5d04
commit
bac5f704dc
@ -32,13 +32,8 @@ jobs:
|
|||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-16.04'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
|
||||||
displayName: 'Use Python $(python.version)'
|
|
||||||
inputs:
|
|
||||||
versionSpec: '$(python.version)'
|
|
||||||
|
|
||||||
- script: apt-get install jq
|
- script: apt-get install jq
|
||||||
displayName: 'Install JQ'
|
displayName: 'Install JQ'
|
||||||
|
|
||||||
- script: "cat **/*.json | jq"
|
- bash: "cat **/*.json | jq"
|
||||||
displayName: 'Run JQ'
|
displayName: 'Run JQ'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user