We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c385cb4 commit 83f136dCopy full SHA for 83f136d
.pipelines/build/images.jobs.yaml
@@ -8,7 +8,7 @@ jobs:
8
- job: pkg_${{ job_data.job }}
9
displayName: "Prepare Image Package - ${{ job_data.displayName }} -"
10
${{ if job_data.condition }}:
11
- condition: ${{ if job_data.condition }}
+ condition: ${{ job_data.condition }}
12
${{ if job_data.strategy }}:
13
strategy: ${{ job_data.strategy }}
14
${{ if job_data.dependsOn }}:
0 commit comments