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 4665cbe commit 47f0248Copy full SHA for 47f0248
.pipelines/multitenancy/swiftv2-manifold-e2e.stages.yaml
@@ -8,7 +8,7 @@ stages:
8
variables:
9
TAG: $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.Tag'] ]
10
IMAGE_REPO_PATH: $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.imageRepositoryPath'] ]
11
- ${{ if not(eq(variables.IMAGE_REPO_PATH, '')) }}:
+ ${{ 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 }}:
14
IMAGE_REPO_PATH_REF: ''
0 commit comments