Files
addons/ssh/azure-pipelines.yml
Franck Nijhof e679c28720 ssh: Collection of small improvements (#915)
* ssh: Prettier YAML files

* ssh: Sort build.json

* ssh: Remove curl from Dockerfile, already in base image

* ssh: Tweaks to documentation and changelog
2019-12-19 13:15:46 +01:00

22 lines
334 B
YAML

# https://dev.azure.com/home-assistant
trigger:
branches:
include:
- master
paths:
include:
- ssh/*
pr: none
variables:
- name: versionBuilder
value: "2.0"
- group: docker
jobs:
- template: /.azure/azp-template-addon.yml
parameters:
addon: "ssh"
arch: "--all"