Skip to content

Commit 47f0248

Browse files
committed
Conditional null
1 parent 4665cbe commit 47f0248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/multitenancy/swiftv2-manifold-e2e.stages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stages:
88
variables:
99
TAG: $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.Tag'] ]
1010
IMAGE_REPO_PATH: $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.imageRepositoryPath'] ]
11-
${{ if not(eq(variables.IMAGE_REPO_PATH, '')) }}:
11+
${{ if ne(variables.IMAGE_REPO_PATH, null) }}:
1212
IMAGE_REPO_PATH_REF: $[ format('{0}/', variables.IMAGE_REPO_PATH) ] # Add trailing slash if IMAGE_REPO_PATH is not empty
1313
${{ else }}:
1414
IMAGE_REPO_PATH_REF: ''

0 commit comments

Comments
 (0)