File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" ]; then
19
19
fi
20
20
if [ " ${SITE_VERSION##* -} " != " SNAPSHOT" ]; then
21
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
22
+ URL=https://oss.sonatype.org/content/repositories/releases/com/google/gcloud/gcloud-java/$SITE_VERSION /
23
23
if curl --output /dev/null --silent --head --fail " $URL " ; then
24
- echo " Not deploying artifacts because it seems like they already exist."
24
+ echo " Not deploying artifacts because it seems like they already exist."
25
+ echo " Existence was checked using the url $URL "
25
26
else
26
27
mvn clean deploy -DskipITs --settings ~ /.m2/settings.xml -P sign-deploy
27
28
fi
You can’t perform that action at this time.
0 commit comments