Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
6e5ba807
Commit
6e5ba807
authored
Jun 19, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix sync-to-maven-central script
parent
11b8e7c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sync-to-maven-central.sh
ci/scripts/sync-to-maven-central.sh
+2
-2
No files found.
ci/scripts/sync-to-maven-central.sh
View file @
6e5ba807
...
...
@@ -11,10 +11,10 @@ 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/org/springframework/boot/spring-boot/
${
version
}
/spring-boot-
${
version
}
.jar.sha1"
)
if
[
${
publishStatus
}
==
"200"
]
;
then
if
[
[
${
publishStatus
}
==
"200"
]
]
;
then
echo
"Already published to Sonatype"
else
echo
"Calling Bintray to sync to Sonatype"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment