From 89b174d9ee901f7cfb500b4361a1ef923fb59bc6 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 22 Mar 2022 18:01:21 +0100 Subject: [PATCH] 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. --- ci/pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 590d3703..0b782761 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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 @@ -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