Commit 9f124312 authored by Stephane Nicoll's avatar Stephane Nicoll

Switch JDK 13 url check to release

parent 50582598
......@@ -14,7 +14,7 @@ case "$JDK_VERSION" in
ISSUE_TITLE="Upgrade Java 12 version in CI image"
;;
java13)
BASE_URL="https://api.adoptopenjdk.net/v2/info/nightly/openjdk13"
BASE_URL="https://api.adoptopenjdk.net/v2/info/releases/openjdk13"
ISSUE_TITLE="Upgrade Java 13 version in CI image"
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment