From 1235a7749a8eb2edf3b2ad62e06161a535f60282 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 18 Dec 2019 14:00:35 +0100 Subject: [PATCH] check_config: Sort/Prettier JSON and YAML file (#895) --- check_config/azure-pipelines.yml | 15 +++++++-------- check_config/build.json | 4 ++-- check_config/config.json | 13 ++----------- 3 files changed, 11 insertions(+), 21 deletions(-) diff --git a/check_config/azure-pipelines.yml b/check_config/azure-pipelines.yml index 81c2760..7837b4a 100644 --- a/check_config/azure-pipelines.yml +++ b/check_config/azure-pipelines.yml @@ -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" diff --git a/check_config/build.json b/check_config/build.json index 52fe7da..ede76da 100644 --- a/check_config/build.json +++ b/check_config/build.json @@ -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" } } diff --git a/check_config/config.json b/check_config/config.json index dfdc5a6..4cc6bc6 100644 --- a/check_config/config.json +++ b/check_config/config.json @@ -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" },