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