Skip to content

Commit e35cca3

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent afa56e7 commit e35cca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pipelines/singletenancy/aks-swift/aks-swift-e2e.jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
variables:
1717
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
1818
jobs:
19-
- template: ../../templates/create-cluster.steps.yaml
19+
- template: ../../templates/create-cluster.jobs.yaml
2020
parameters:
2121
name: ${{ parameters.name }}
2222
displayName: ${{ parameters.displayName }}

.pipelines/singletenancy/dualstack-overlay/dualstackoverlay-e2e.jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
variables:
1717
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
1818
jobs:
19-
- template: ../../templates/create-cluster.steps.yaml
19+
- template: ../../templates/create-cluster.jobs.yaml
2020
parameters:
2121
name: ${{ parameters.name }}
2222
displayName: ${{ parameters.displayName }}

0 commit comments

Comments
 (0)