Fix envvars to be strings
Change-Id: Ia777482a44cbcc3199fb71cd0712cd498e652730
This commit is contained in:
parent
326fd8a230
commit
f265245cce
@ -320,7 +320,7 @@ class ShellTask(Task):
|
||||
return_code = 1
|
||||
while return_code != 0:
|
||||
tries += 1
|
||||
env.update({'GIT_CURL_VERBOSE': 1, 'GIT_TRACE': 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user