Skip to content

Commit

Permalink
Polish CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 19, 2023
1 parent 6945d3d commit 8b6b637
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion ci/config/release-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 0 additions & 8 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ jobs:
- name: promote-milestone
serial: true
plan:
- get: ci-image
- get: git-repo
trigger: false
- get: artifactory-repo
Expand All @@ -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
Expand All @@ -609,7 +607,6 @@ jobs:
- name: promote-rc
serial: true
plan:
- get: ci-image
- get: git-repo
trigger: false
- get: artifactory-repo
Expand All @@ -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
Expand All @@ -638,7 +634,6 @@ jobs:
- name: promote-release
serial: true
plan:
- get: ci-image
- get: git-repo
trigger: false
- get: artifactory-repo
Expand All @@ -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
Expand Down Expand Up @@ -697,15 +691,13 @@ jobs:
- name: publish-to-sdkman
serial: true
plan:
- get: ci-image
- get: git-repo
- get: artifactory-repo
passed: [create-github-release]
params:
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
Expand Down

0 comments on commit 8b6b637

Please sign in to comment.