Skip to content
Snippets Groups Projects
Commit 01d04265 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts/ci] Remove useless echo() calls for docs/ci builds

parent 1ab17b5b
No related branches found
No related tags found
No related merge requests found
Pipeline #30423 failed
...@@ -672,11 +672,6 @@ def docs(ctx, requirement, dry_run): ...@@ -672,11 +672,6 @@ def docs(ctx, requirement, dry_run):
for n, (package, branch) in enumerate(packages): for n, (package, branch) in enumerate(packages):
echo_normal('\n' + (80*'='))
echo_normal('Getting %s@%s (%d/%d)' % (package, branch, n+1,
len(packages)))
echo_normal((80*'=') + '\n')
group, name = package.split('/', 1) group, name = package.split('/', 1)
clone_to = os.path.join(doc_path, group, name) clone_to = os.path.join(doc_path, group, name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment