Use single pipelines

This commit is contained in:
Pascal Vizeli
2019-06-06 12:37:07 +02:00
parent c02b2d9fc3
commit 12cadc073a
21 changed files with 500 additions and 361 deletions

View File

@@ -0,0 +1,22 @@
# https://dev.azure.com/home-assistant
trigger:
branches:
include:
- master
paths:
include:
- git_pull/*
pr: none
variables:
- name: versionBuilder
value: '2.0'
- group: docker
jobs:
- template: .azure/azp-template-addon.yml
parameters:
addon: 'git_pull'
arch: '--all'