mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
* 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
22 lines
344 B
YAML
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"
|