Merge branch '2.1.x'
This commit is contained in:
commit
0233cc3c94
|
@ -11,10 +11,10 @@ echo "Syncing ${buildName}/${buildNumber} to Maven Central"
|
||||||
-s \
|
-s \
|
||||||
-o /dev/null \
|
-o /dev/null \
|
||||||
-I \
|
-I \
|
||||||
-w "%{http_code}"
|
-w "%{http_code}" \
|
||||||
"https://oss.sonatype.org/service/local/repositories/releases/content/org/springframework/boot/spring-boot/${version}/spring-boot-${version}.jar.sha1")
|
"https://oss.sonatype.org/service/local/repositories/releases/content/org/springframework/boot/spring-boot/${version}/spring-boot-${version}.jar.sha1")
|
||||||
|
|
||||||
if [ ${publishStatus} == "200" ]; then
|
if [[ ${publishStatus} == "200" ]]; then
|
||||||
echo "Already published to Sonatype"
|
echo "Already published to Sonatype"
|
||||||
else
|
else
|
||||||
echo "Calling Bintray to sync to Sonatype"
|
echo "Calling Bintray to sync to Sonatype"
|
||||||
|
|
Loading…
Reference in New Issue