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
c8570a94
Commit
c8570a94
authored
Aug 08, 2018
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0.x'
parents
a12ca0a0
26af0ca7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
promote.sh
ci/scripts/promote.sh
+2
-2
No files found.
ci/scripts/promote.sh
View file @
c8570a94
...
@@ -46,9 +46,9 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
...
@@ -46,9 +46,9 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
echo
"Waiting for artifacts to be published"
echo
"Waiting for artifacts to be published"
ARTIFACTS_PUBLISHED
=
false
ARTIFACTS_PUBLISHED
=
false
WAIT_TIME
=
5
WAIT_TIME
=
10
COUNTER
=
0
COUNTER
=
0
while
[
$ARTIFACTS_PUBLISHED
==
"false"
]
&&
[
$COUNTER
-lt
6
0
]
;
do
while
[
$ARTIFACTS_PUBLISHED
==
"false"
]
&&
[
$COUNTER
-lt
12
0
]
;
do
result
=
$(
curl
-s
https://api.bintray.com/packages/
"
${
BINTRAY_SUBJECT
}
"
/
"
${
BINTRAY_REPO
}
"
/
"
${
groupId
}
"
)
result
=
$(
curl
-s
https://api.bintray.com/packages/
"
${
BINTRAY_SUBJECT
}
"
/
"
${
BINTRAY_REPO
}
"
/
"
${
groupId
}
"
)
versions
=
$(
echo
"
$result
"
| jq
-r
'.versions'
)
versions
=
$(
echo
"
$result
"
| jq
-r
'.versions'
)
exists
=
$(
echo
"
$versions
"
|
grep
"
$version
"
-o
||
true
)
exists
=
$(
echo
"
$versions
"
|
grep
"
$version
"
-o
||
true
)
...
...
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