Skip to content

Commit 9db45ac

Browse files
committed
fix typo
1 parent e924c5e commit 9db45ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pipelines/PowerShell-Docker-Image-Build-Official.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ extends:
119119
- ${{ if eq(parameters.releaseChannel, 'stable') }}:
120120
- template: /.vsts-ci/stableReleaseStage.yml@self
121121
parameters:
122-
channel: ${{ parameters.channel }}
122+
channel: ${{ parameters.releaseChannel }}
123123
channelPath: 'release/7-4'
124124
- ${{ elseif eq(parameters.releaseChannel, 'preview')}}:
125125
- template: /.vsts-ci/previewReleaseStage.yml@self
126126
parameters:
127-
channel: preview
127+
channel: ${{ parameters.releaseChannel }}
128128
channelPath: 'release/7-5'
129129
- ${{ elseif eq(parameters.releaseChannel, 'lts')}}:
130130
- template: /.vsts-ci/ltsReleaseStage.yml@self
131131
parameters:
132-
channel: lts
132+
channel: ${{ parameters.releaseChannel }}
133133
channelPath: 'release/7-2'

0 commit comments

Comments
 (0)