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 11b8e7c commit 6e5ba80Copy full SHA for 6e5ba80
ci/scripts/sync-to-maven-central.sh
@@ -11,10 +11,10 @@ echo "Syncing ${buildName}/${buildNumber} to Maven Central"
11
-s \
12
-o /dev/null \
13
-I \
14
- -w "%{http_code}"
+ -w "%{http_code}" \
15
"https://oss.sonatype.org/service/local/repositories/releases/content/org/springframework/boot/spring-boot/${version}/spring-boot-${version}.jar.sha1")
16
17
- if [ ${publishStatus} == "200" ]; then
+ if [[ ${publishStatus} == "200" ]]; then
18
echo "Already published to Sonatype"
19
else
20
echo "Calling Bintray to sync to Sonatype"
0 commit comments