mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Use single pipelines
This commit is contained in:
22
git_pull/azure-pipelines.yml
Normal file
22
git_pull/azure-pipelines.yml
Normal 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'
|
||||
Reference in New Issue
Block a user