mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
check_config: Sort/Prettier JSON and YAML file (#895)
This commit is contained in:
committed by
Pascal Vizeli
parent
aef9fb3a11
commit
1235a7749a
@@ -3,20 +3,19 @@
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- master
|
||||
paths:
|
||||
include:
|
||||
- check_config/*
|
||||
- check_config/*
|
||||
pr: none
|
||||
|
||||
variables:
|
||||
- name: versionBuilder
|
||||
value: '2.0'
|
||||
value: "2.0"
|
||||
- group: docker
|
||||
|
||||
|
||||
jobs:
|
||||
- template: /.azure/azp-template-addon.yml
|
||||
parameters:
|
||||
addon: 'check_config'
|
||||
arch: '--all'
|
||||
- template: /.azure/azp-template-addon.yml
|
||||
parameters:
|
||||
addon: "check_config"
|
||||
arch: "--all"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "homeassistant/aarch64-homeassistant-base:4.0",
|
||||
"amd64": "homeassistant/amd64-homeassistant-base:4.0",
|
||||
"i386": "homeassistant/i386-homeassistant-base:4.0",
|
||||
"armhf": "homeassistant/armhf-homeassistant-base:4.0",
|
||||
"armv7": "homeassistant/armv7-homeassistant-base:4.0",
|
||||
"aarch64": "homeassistant/aarch64-homeassistant-base:4.0"
|
||||
"i386": "homeassistant/i386-homeassistant-base:4.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,20 +4,11 @@
|
||||
"slug": "check_config",
|
||||
"description": "Check current Home Assistant configuration against a new version",
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/check_config",
|
||||
"arch": [
|
||||
"armhf",
|
||||
"armv7",
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"i386"
|
||||
],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"udev": true,
|
||||
"startup": "once",
|
||||
"boot": "manual",
|
||||
"map": [
|
||||
"config",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config", "ssl"],
|
||||
"options": {
|
||||
"version": "latest"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user