Skip to content
Snippets Groups Projects
Unverified Commit 73c99b75 authored by Caleb Connolly's avatar Caleb Connolly :recycle:
Browse files

helpers: git: verbose curl

parent c6b54e10
No related branches found
No related tags found
No related merge requests found
Pipeline #208992 failed
This commit is part of merge request !2453. Comments created here will be created in the context of that merge request.
......@@ -59,7 +59,7 @@ def clone(name_repo: str) -> None:
tries = 3
while tries > 0:
try:
pmb.helpers.run.user(command, output="stdout")
pmb.helpers.run.user(command, output="stdout", env={"GIT_CURL_VERBOSE": "1"})
break
except RuntimeError as e:
tries -= 1
......
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