summaryrefslogtreecommitdiff
path: root/turbo_hipster/lib/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'turbo_hipster/lib/models.py')
-rw-r--r--turbo_hipster/lib/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/turbo_hipster/lib/models.py b/turbo_hipster/lib/models.py
index c64bf63..39d8b89 100644
--- a/turbo_hipster/lib/models.py
+++ b/turbo_hipster/lib/models.py
@@ -320,6 +320,7 @@ class ShellTask(Task):
return_code = 1
while return_code != 0:
tries += 1
+ env.update({'GIT_CURL_VERBOSE': 1, 'GIT_TRACE': 1})
return_code = utils.execute_to_log(cmd, self.git_prep_log,
env=env, cwd=local_path)
if tries == 2: