File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ stages:
77 displayName : E2E - AKS Swiftv2 Manifold
88 variables :
99 TAG : $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.Tag'] ]
10- IMAGE_REPO_PATH : $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.imageRepositoryPath'] ]
11- ${{ if ne(variables.IMAGE_REPO_PATH, null) }} :
12- IMAGE_REPO_PATH_REF : $[ format('{0}/', variables.IMAGE_REPO_PATH) ] # Add trailing slash if IMAGE_REPO_PATH is not empty
13- ${{ else }} :
10+ IMAGE_REPO_PATH : $[ format('{0}/', stageDependencies.setup.env.outputs['EnvironmentalVariables.imageRepositoryPath']) ]
11+ ${{ if eq(variables.IMAGE_REPO_PATH, '/') }} :
1412 IMAGE_REPO_PATH_REF : ' '
13+ ${{ else }} :
14+ IMAGE_REPO_PATH_REF : IMAGE_REPO_PATH
1515 dependsOn :
1616 - ${{ parameters.dependsOn }}
1717 - setup
You can’t perform that action at this time.
0 commit comments