Skip to content

Commit

Permalink
almond: Format files with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 17, 2019
1 parent 531d640 commit 2211531
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
15 changes: 7 additions & 8 deletions almond/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@
trigger:
branches:
include:
- master
- master
paths:
include:
- almond/*
- almond/*
pr: none

variables:
- name: versionBuilder
value: '2.0'
value: "2.0"
- group: docker


jobs:
- template: /.azure/azp-template-addon.yml
parameters:
addon: 'almond'
arch: '--amd64 --armv7 --aarch64'
- template: /.azure/azp-template-addon.yml
parameters:
addon: "almond"
arch: "--amd64 --armv7 --aarch64"
6 changes: 2 additions & 4 deletions almond/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"panel_icon": "mdi:comment-eye-outline",
"homeassistant": "0.102.0.dev",
"homeassistant_api": true,
"options": {
},
"schema": {
},
"options": {},
"schema": {},
"image": "homeassistant/{arch}-addon-almond"
}

0 comments on commit 2211531

Please sign in to comment.