mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
1febb31647
commit
d1c2715402
@ -20,6 +20,7 @@ variables:
|
||||
value: 'v0.6.0'
|
||||
- name: versionGHR
|
||||
value: 'v0.12.1'
|
||||
- group: github
|
||||
|
||||
jobs:
|
||||
|
||||
@ -57,8 +58,7 @@ jobs:
|
||||
|
||||
|
||||
- job: 'Release'
|
||||
#condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck'))
|
||||
condition: succeeded('ShellCheck')
|
||||
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck'))
|
||||
timeoutInMinutes: 240
|
||||
dependsOn:
|
||||
- 'ShellCheck'
|
||||
@ -89,3 +89,6 @@ jobs:
|
||||
-v "/mnt/build-cache:/cache" \
|
||||
hassos:azure make $(board)
|
||||
displayName: 'Build $(board)'
|
||||
- script: |
|
||||
./ghr -t $(githubToken) $(Build.SourceBranchName) release/
|
||||
displayName: 'Upload $(board)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user