ci(azure-pipelines): fix service build condition
This commit is contained in:
parent
34fd73e17b
commit
66879a4fb0
@ -82,7 +82,7 @@ jobs:
|
||||
condition: |
|
||||
and(
|
||||
in(dependencies.ImageBuild_${{parameters.service.name}}.result, 'Succeeded', 'Skipped'),
|
||||
reduce(parameters.service.dependsOn, true, and(#acc, eq(dependencies.#acc.result, 'Succeeded')), #result)
|
||||
eq(reduce(parameters.service.dependsOn, true, and(#acc, eq(dependencies.#acc.result, 'Succeeded')), #result), true)
|
||||
)
|
||||
container:
|
||||
# TODO: use BuildNumber instead of latest in update branches
|
||||
|
||||
Loading…
Reference in New Issue
Block a user