We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac9ca4 commit 37567fbCopy full SHA for 37567fb
utilities/after_success.sh
@@ -19,7 +19,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" ]; then
19
fi
20
if [ "${SITE_VERSION##*-}" != "SNAPSHOT" ]; then
21
# 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/
+ URL=https://oss.sonatype.org/content/repositories/releases/com/google/cloud/gcloud-java/$SITE_VERSION/
23
if curl --output /dev/null --silent --head --fail "$URL"; then
24
echo "Not deploying artifacts because it seems like they already exist."
25
echo "Existence was checked using the url $URL"
0 commit comments