mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 06:41:51 +02:00
build for transmission-openvpn (#24)
This commit is contained in:
@@ -128,3 +128,16 @@ jobs:
|
|||||||
parameters:
|
parameters:
|
||||||
addon: 'jellyfin'
|
addon: 'jellyfin'
|
||||||
arch: '--all'
|
arch: '--all'
|
||||||
|
|
||||||
|
- job: 'transmission_openvpn'
|
||||||
|
condition: and(eq(variables['Build.SourceBranchName'], 'master'), succeeded('Hadolint'), succeeded('JQ'))
|
||||||
|
dependsOn:
|
||||||
|
- 'Hadolint'
|
||||||
|
- 'JQ'
|
||||||
|
pool:
|
||||||
|
vmImage: 'ubuntu-16.04'
|
||||||
|
steps:
|
||||||
|
- template: .azure-pipelines/addon-template.yml
|
||||||
|
parameters:
|
||||||
|
addon: 'transmission-openvpn'
|
||||||
|
arch: '--all'
|
||||||
Reference in New Issue
Block a user