Skip to content

Commit

Permalink
Skip download install zip (#5949)
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
  • Loading branch information
llxia authored Feb 12, 2025
1 parent a9f1c83 commit aee12b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ getBinaryOpenjdk()
if [ "$TEST_IMAGES_REQUIRED" == "true" ]; then
download_url+=" ${download_url_base}${n}"
fi
else
elif [[ $n != *"install"* ]]; then
download_url+=" ${download_url_base}${n}"
fi
done
Expand Down

0 comments on commit aee12b4

Please sign in to comment.