Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-test
Commits
839ef857
Commit
839ef857
authored
Sep 21, 2017
by
Alessandro Vullo
Browse files
End spinner properly.
parent
14858610
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
travisci/trigger-dependent-build.sh
travisci/trigger-dependent-build.sh
+2
-1
No files found.
travisci/trigger-dependent-build.sh
View file @
839ef857
...
...
@@ -83,7 +83,7 @@ for dep_repo in "${dep_repos[@]}"; do
# Wait until request is approved or max amount of time has passed
i
=
0
echo
"Waiting for build request
$dep_repo_master_build_request_id
to be approved"
echo
"Waiting for build request
$dep_repo_master_build_request_id
to be approved
"
build_request_approved
=
""
until
travis_api /repo/
$dep_repo
/request/
$dep_repo_master_build_request_id
|
grep
-q
'"result": "approved"'
;
do
spin
...
...
@@ -96,6 +96,7 @@ for dep_repo in "${dep_repos[@]}"; do
exit
1
fi
done
endspin
echo
"Build request approved."
# Get the ID of the master build.
...
...
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