Files
addons/git_pull/azure-pipelines.yml
Franck Nijhof ed3f09a481 git_pull: Collection of improvements (#901)
* git_pull: Prettier YAML files

* git_pull: Move run.sh to data folder

* git_pull: Update add-on URL

* git_pull: Pin add-on base images

* git_pull: Documentation tweak

* git_pull: Remove installation of curl, part of base image

* git_pull: Styling tweak to Dockerfile
2019-12-18 13:54:07 +01:00

22 lines
344 B
YAML

# 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"