Skip to content

Commit 388d895

Browse files
authored
Skip downloading unsigned JDK file (#5977)
Skip downloading unsigned JDK file Signed-off-by: LongyuZhang <[email protected]>
1 parent eeca767 commit 388d895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ getBinaryOpenjdk()
298298
if [ "$TEST_IMAGES_REQUIRED" == "true" ]; then
299299
download_url+=" ${download_url_base}${n}"
300300
fi
301-
elif [[ $n != *"install"* ]]; then
301+
elif [[ $n != *"install"* && $n != *"unsigned"* ]]; then
302302
download_url+=" ${download_url_base}${n}"
303303
fi
304304
done

0 commit comments

Comments
 (0)