mirror of
https://github.com/IEEE-SB-Passau/pelican-deployment-system.git
synced 2017-09-06 16:35:38 +02:00
set build_proc to None after build
This commit is contained in:
@@ -226,6 +226,7 @@ class DeploymentRunner:
|
|||||||
start_new_session=True)
|
start_new_session=True)
|
||||||
outs, errs = self._build_proc.communicate()
|
outs, errs = self._build_proc.communicate()
|
||||||
status = self._build_proc.wait()
|
status = self._build_proc.wait()
|
||||||
|
self._build_proc = None
|
||||||
|
|
||||||
if status < 0:
|
if status < 0:
|
||||||
self.update_status(False, "killed build_command")
|
self.update_status(False, "killed build_command")
|
||||||
|
|||||||
Reference in New Issue
Block a user