mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Update azure-pipelines.yml
This commit is contained in:
parent
c662ef86d7
commit
27aa12911d
@ -57,7 +57,8 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- job: 'Release'
|
- 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
|
timeoutInMinutes: 240
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- 'ShellCheck'
|
- 'ShellCheck'
|
||||||
@ -83,4 +84,7 @@ jobs:
|
|||||||
sudo docker run --rm --privileged -v "$(pwd):/build" \
|
sudo docker run --rm --privileged -v "$(pwd):/build" \
|
||||||
-v "/mnt/build-cache:/cache" \
|
-v "/mnt/build-cache:/cache" \
|
||||||
hassos:azure make $(board)
|
hassos:azure make $(board)
|
||||||
|
sudo docker run --rm --privileged -v "$(pwd):/build" \
|
||||||
|
-v "/mnt/build-cache:/cache" \
|
||||||
|
hassos:azure make clean
|
||||||
displayName: 'Build $(board)'
|
displayName: 'Build $(board)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user