Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Nov 1, 2023
1 parent 8a34a5a commit ac0df81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/get_j9_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ if [ "${git_urls[$openjceplus_source]}" ]; then
if [ $gskit_bin_username ]; then
# $gskit_bin_username exist, download using username and token from artifactory
curl -vk -u "$gskit_bin_username:$gskit_bin_credential" -X GET $gskit_bin > ./icc/jgsk_crypto.tar
curl -vk -u "t$gskit_bin_username:$gskit_bin_credential" -X GET $gskit_sdk_bin > ./icc/jgsk_crypto_sdk.tar
curl -vk -u "$gskit_bin_username:$gskit_bin_credential" -X GET $gskit_sdk_bin > ./icc/jgsk_crypto_sdk.tar
else
# $gskit_bin_username doesn't exist, download using token from repository
curl -H "Authorization: Bearer $gskit_bin_credential" -H "Accept: application/octet-stream" -L $gskit_bin --output ./icc/jgsk_crypto.tar
Expand Down

0 comments on commit ac0df81

Please sign in to comment.