diff --git a/ci/config/release-scripts.yml b/ci/config/release-scripts.yml index c89e84e52663..207ae802c063 100644 --- a/ci/config/release-scripts.yml +++ b/ci/config/release-scripts.yml @@ -3,7 +3,7 @@ spring: banner-mode: off sonatype: exclude: - - "build-info\.json" + - "build-info.json" - "org/springframework/boot/spring-boot-docs/.*" sdkman: artifact: "org.springframework.boot:spring-boot-cli:*:zip:bin" diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 450d35db7cad..632207e0a4fe 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -580,7 +580,6 @@ jobs: - name: promote-milestone serial: true plan: - - get: ci-image - get: git-repo trigger: false - get: artifactory-repo @@ -590,7 +589,6 @@ jobs: download_artifacts: false save_build_info: true - task: promote - image: ci-image file: git-repo/ci/tasks/promote.yml params: RELEASE_TYPE: M @@ -609,7 +607,6 @@ jobs: - name: promote-rc serial: true plan: - - get: ci-image - get: git-repo trigger: false - get: artifactory-repo @@ -619,7 +616,6 @@ jobs: download_artifacts: false save_build_info: true - task: promote - image: ci-image file: git-repo/ci/tasks/promote.yml params: RELEASE_TYPE: RC @@ -638,7 +634,6 @@ jobs: - name: promote-release serial: true plan: - - get: ci-image - get: git-repo trigger: false - get: artifactory-repo @@ -649,7 +644,6 @@ jobs: save_build_info: true threads: 8 - task: promote - image: ci-image file: git-repo/ci/tasks/promote.yml params: RELEASE_TYPE: RELEASE @@ -697,7 +691,6 @@ jobs: - name: publish-to-sdkman serial: true plan: - - get: ci-image - get: git-repo - get: artifactory-repo passed: [create-github-release] @@ -705,7 +698,6 @@ jobs: download_artifacts: false save_build_info: true - task: publish-to-sdkman - image: ci-image file: git-repo/ci/tasks/publish-to-sdkman.yml params: <<: *sdkman-task-params