Skip to content

Commit

Permalink
Polish sync-to-maven-central script
Browse files Browse the repository at this point in the history
See gh-8
  • Loading branch information
wilkinsona committed Jul 22, 2020
1 parent b7f86c7 commit 2127b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/sync-to-maven-central.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "Syncing ${buildName}/${buildNumber} to Maven Central"
-s \
-o /dev/null \
-I \
-w "%{http_code}"
-w "%{http_code}" \
"https://oss.sonatype.org/service/local/repositories/releases/content/io/spring/ge/gradle-enterprise-conventions-core/${version}/gradle-enterprise-conventions-core-${version}.jar.sha1")

if [ ${publishStatus} == "200" ]; then
Expand Down

0 comments on commit 2127b49

Please sign in to comment.