mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-14 18:44:20 +01:00
* google_assistant: Move data files into a data folder * google_assistant: Prettier YAML files * google_assistant: Fix Markdownlint issues in the changelog * google_assistant: Update add-on link * google_assistant: Sort packages in Dockerfile * google_assistant: Convert add-on to Bashio * google_assistant: Fix add-on build by getting most recent pip directly * google_assistant: Add initial documentation, based on the outdated docs
22 lines
370 B
YAML
22 lines
370 B
YAML
# https://dev.azure.com/home-assistant
|
|
|
|
trigger:
|
|
branches:
|
|
include:
|
|
- master
|
|
paths:
|
|
include:
|
|
- google_assistant/*
|
|
pr: none
|
|
|
|
variables:
|
|
- name: versionBuilder
|
|
value: "2.0"
|
|
- group: docker
|
|
|
|
jobs:
|
|
- template: /.azure/azp-template-addon.yml
|
|
parameters:
|
|
addon: "google_assistant"
|
|
arch: "--armv7 --amd64"
|