Skip to content

Commit 8b6b637

Browse files
committed
Polish CI pipeline
1 parent 6945d3d commit 8b6b637

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

ci/config/release-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spring:
33
banner-mode: off
44
sonatype:
55
exclude:
6-
- "build-info\.json"
6+
- "build-info.json"
77
- "org/springframework/boot/spring-boot-docs/.*"
88
sdkman:
99
artifact: "org.springframework.boot:spring-boot-cli:*:zip:bin"

ci/pipeline.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@ jobs:
580580
- name: promote-milestone
581581
serial: true
582582
plan:
583-
- get: ci-image
584583
- get: git-repo
585584
trigger: false
586585
- get: artifactory-repo
@@ -590,7 +589,6 @@ jobs:
590589
download_artifacts: false
591590
save_build_info: true
592591
- task: promote
593-
image: ci-image
594592
file: git-repo/ci/tasks/promote.yml
595593
params:
596594
RELEASE_TYPE: M
@@ -609,7 +607,6 @@ jobs:
609607
- name: promote-rc
610608
serial: true
611609
plan:
612-
- get: ci-image
613610
- get: git-repo
614611
trigger: false
615612
- get: artifactory-repo
@@ -619,7 +616,6 @@ jobs:
619616
download_artifacts: false
620617
save_build_info: true
621618
- task: promote
622-
image: ci-image
623619
file: git-repo/ci/tasks/promote.yml
624620
params:
625621
RELEASE_TYPE: RC
@@ -638,7 +634,6 @@ jobs:
638634
- name: promote-release
639635
serial: true
640636
plan:
641-
- get: ci-image
642637
- get: git-repo
643638
trigger: false
644639
- get: artifactory-repo
@@ -649,7 +644,6 @@ jobs:
649644
save_build_info: true
650645
threads: 8
651646
- task: promote
652-
image: ci-image
653647
file: git-repo/ci/tasks/promote.yml
654648
params:
655649
RELEASE_TYPE: RELEASE
@@ -697,15 +691,13 @@ jobs:
697691
- name: publish-to-sdkman
698692
serial: true
699693
plan:
700-
- get: ci-image
701694
- get: git-repo
702695
- get: artifactory-repo
703696
passed: [create-github-release]
704697
params:
705698
download_artifacts: false
706699
save_build_info: true
707700
- task: publish-to-sdkman
708-
image: ci-image
709701
file: git-repo/ci/tasks/publish-to-sdkman.yml
710702
params:
711703
<<: *sdkman-task-params

0 commit comments

Comments
 (0)