Skip to content

Commit 9bca36b

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent c80d012 commit 9bca36b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pipelines/templates/create-cluster.jobs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- task: AzureCLI@2
3131
displayName: Cluster - ${{ parameters.clusterType }}
32-
continueOnError: contains(parameters.clusterType, 'dualstack')
32+
continueOnError: ${{ contains(parameters.clusterType, 'dualstack') }}
3333
env:
3434
AZCLI: az
3535
REGION: ${{ parameters.region }}
@@ -53,5 +53,4 @@ jobs:
5353
5454
make -C ./hack/aks "$CLUSTER_TYPE"
5555
#WINDOWS_USERNAME=${WINDOWS_USERNAME} WINDOWS_PASSWORD=${WINDOWS_PASSWORD}
56-
5756
echo "Cluster successfully created"

0 commit comments

Comments
 (0)