Commit c150a35b authored by Łukasz Nowak's avatar Łukasz Nowak

Do not setup global parameters for git.

This avoids changing running user's git environment.
parent 76889afc
......@@ -102,8 +102,6 @@ def run(config):
global supervisord_pid_file
supervisord_pid_file = os.path.join(config['instance_root'], 'var', 'run',
'supervisord.pid')
subprocess.check_call([config['git_binary'],
"config", "--global", "http.sslVerify", "false"])
previous_revision = None
run_software = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment