Skip to content

Commit 89b174d

Browse files
committed
Fix CI release pipeline for changelog and promotion
Now that the CHANGELOG generation and the release promotion tasks are using external container images to perform tasks, we should not rely on the ci-image to execute them.
1 parent f650c56 commit 89b174d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/pipeline.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ jobs:
153153
download_artifacts: false
154154
save_build_info: true
155155
- task: promote
156-
image: ci-image
157156
file: git-repo/ci/tasks/promote-version.yml
158157
params:
159158
RELEASE_TYPE: M
@@ -203,7 +202,6 @@ jobs:
203202
download_artifacts: false
204203
save_build_info: true
205204
- task: promote
206-
image: ci-image
207205
file: git-repo/ci/tasks/promote-version.yml
208206
params:
209207
RELEASE_TYPE: RC

0 commit comments

Comments
 (0)