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 1c3afde commit ea2fbc5Copy full SHA for ea2fbc5
.pipelines/multitenancy/swiftv2-manifold-e2e.stages.yaml
@@ -9,7 +9,7 @@ stages:
9
TAG: $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.Tag'] ]
10
IMAGE_REPO_PATH: $[ format('{0}/', stageDependencies.setup.env.outputs['EnvironmentalVariables.imageRepositoryPath']) ]
11
${{ if eq(parameters.dependsOn, 'publish') }}:
12
- IMAGE_REPO_PATH_REF: ''
+ IMAGE_REPO_PATH_REF: 'azure-'
13
${{ else }}:
14
IMAGE_REPO_PATH_REF: $(IMAGE_REPO_PATH)
15
dependsOn:
0 commit comments