mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Update azure-pipelines.yml
This commit is contained in:
parent
c662ef86d7
commit
27aa12911d
@ -57,7 +57,8 @@ jobs:
|
||||
|
||||
|
||||
- job: 'Release'
|
||||
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck'))
|
||||
#condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck'))
|
||||
condition: succeeded('ShellCheck')
|
||||
timeoutInMinutes: 240
|
||||
dependsOn:
|
||||
- 'ShellCheck'
|
||||
@ -83,4 +84,7 @@ jobs:
|
||||
sudo docker run --rm --privileged -v "$(pwd):/build" \
|
||||
-v "/mnt/build-cache:/cache" \
|
||||
hassos:azure make $(board)
|
||||
sudo docker run --rm --privileged -v "$(pwd):/build" \
|
||||
-v "/mnt/build-cache:/cache" \
|
||||
hassos:azure make clean
|
||||
displayName: 'Build $(board)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user