Skip to content

Commit 0ab054c

Browse files
committed
Upgrade concourse-release-scripts in CI
This commit also reverts the change of resource type for the publication of the CI image and fixes a bug in the CI image setup with available JDKs.
1 parent 8eb618b commit 0ab054c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/images/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ rm -rf /var/lib/apt/lists/*
1414

1515
curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.4/concourse-java.sh > /opt/concourse-java.sh
1616

17-
curl --output /opt/concourse-release-scripts.jar https://repo.spring.io/release/io/spring/concourse/releasescripts/concourse-release-scripts/0.3.2/concourse-release-scripts-0.3.2.jar
17+
curl --output /opt/concourse-release-scripts.jar https://repo.spring.io/release/io/spring/concourse/releasescripts/concourse-release-scripts/0.3.3/concourse-release-scripts-0.3.3.jar
1818

1919
###########################################################
2020
# JAVA
2121
###########################################################
2222

2323
mkdir -p /opt/openjdk
2424
pushd /opt/openjdk > /dev/null
25-
for jdk in java8 java11 java16
25+
for jdk in java8 java11 java17
2626
do
2727
JDK_URL=$( /get-jdk-url.sh $jdk )
2828
mkdir $jdk

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ resources:
8787
branch: ((branch))
8888
paths: ["ci/images/*"]
8989
- name: ci-image
90-
type: registry-image
90+
type: docker-image
9191
icon: docker
9292
source:
9393
<<: *docker-resource-source

0 commit comments

Comments
 (0)