Commit f225f7cf authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: removes a stop/start proxy which used to be useful to protect other actions

parent 8c1c123b
Pipeline #1258 skipped
......@@ -293,8 +293,7 @@ def runSlapgridWithLock(config, step, process_name, lock=False):
if not os.path.exists(root_folder):
os.mkdir(root_folder)
stopProxy(config)
startProxy(config)
# XXX Hackish and unreliable
if os.path.exists(log_file):
os.remove(config[log_file])
......
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