We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b098a81 commit 6af9a9aCopy full SHA for 6af9a9a
.kokoro/nightly/create-versions-csv.sh
@@ -38,9 +38,12 @@ cat libraries.txt | while read line; do
38
new_group_id="${group_id//.//}"
39
service_name=${artifact_id#*-cloud-}
40
41
- if [[ "${artifact_id}" == *storage* ]]; then
+ if [[ "${artifact_id}" == google-cloud-storage ]]; then
42
service_name=bigstore
43
fi
44
+ if [[ "${artifact_id}" == google-cloud-storage-transfer ]]; then
45
+ service_name=storagetransfer
46
+ fi
47
48
URL=https://repo1.maven.org/maven2/$new_group_id/$artifact_id
49
0 commit comments