Skip to content

Commit

Permalink
fix: specify artifact_id to replace explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Jan 12, 2024
1 parent f53ecaf commit 34acd0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .kokoro/nightly/create-versions-csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ cat libraries.txt | while read line; do
new_group_id="${group_id//.//}"
service_name=${artifact_id#*-cloud-}

if [[ "${artifact_id}" == *storage* ]]; then
if [[ "${artifact_id}" == google-cloud-storage ]]; then
service_name=bigstore
fi
if [[ "${artifact_id}" == google-cloud-storage-transfer ]]; then
service_name=storagetransfer
fi

URL=https://repo1.maven.org/maven2/$new_group_id/$artifact_id

Expand Down

0 comments on commit 34acd0b

Please sign in to comment.