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 2ce5674 commit 1d3c57fCopy full SHA for 1d3c57f
.pipelines/multitenancy/swiftv2-singularity-e2e.stages.yaml
@@ -8,7 +8,7 @@ stages:
8
TAG: $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.Tag'] ]
9
CURRENT_VERSION: $[ stageDependencies.containerize.check_tag.outputs['CurrentTagManifests.currentTagManifests'] ]
10
dependsOn:
11
- - ${{ parameters.depensOn }}
+ - ${{ parameters.dependsOn }}
12
- setup
13
condition: and(succeeded(), eq(variables.TAG, variables.CURRENT_VERSION))
14
jobs:
0 commit comments