Skip to content

Commit 37567fb

Browse files
author
Ajay Kannan
committed
Update link used to check for artifact deployment
1 parent fac9ca4 commit 37567fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" ]; then
1919
fi
2020
if [ "${SITE_VERSION##*-}" != "SNAPSHOT" ]; then
2121
# Deploy Maven artifacts (if they don't exist yet) and update artifact version in READMEs.
22-
URL=https://oss.sonatype.org/content/repositories/releases/com/google/gcloud/gcloud-java/$SITE_VERSION/
22+
URL=https://oss.sonatype.org/content/repositories/releases/com/google/cloud/gcloud-java/$SITE_VERSION/
2323
if curl --output /dev/null --silent --head --fail "$URL"; then
2424
echo "Not deploying artifacts because it seems like they already exist."
2525
echo "Existence was checked using the url $URL"

0 commit comments

Comments
 (0)