Skip to content

Commit

Permalink
Fix CI release pipeline for changelog and promotion
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bclozel committed Mar 22, 2022
1 parent f650c56 commit 89b174d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ jobs:
download_artifacts: false
save_build_info: true
- task: promote
image: ci-image
file: git-repo/ci/tasks/promote-version.yml
params:
RELEASE_TYPE: M
Expand Down Expand Up @@ -203,7 +202,6 @@ jobs:
download_artifacts: false
save_build_info: true
- task: promote
image: ci-image
file: git-repo/ci/tasks/promote-version.yml
params:
RELEASE_TYPE: RC
Expand Down

0 comments on commit 89b174d

Please sign in to comment.