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

[mirror] Do not show progress during execution

parent 38b73717
No related branches found
No related tags found
No related merge requests found
Pipeline #34667 passed
......@@ -196,5 +196,5 @@ def mirror(
if not dry_run:
from conda_build.index import MAX_THREADS_DEFAULT
conda_build.api.update_index([dest_dir], check_md5=check_md5,
progress=True, verbose=False, subdir=DEFAULT_SUBDIRS,
progress=False, verbose=False, subdir=DEFAULT_SUBDIRS,
threads=MAX_THREADS_DEFAULT)
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