mirror of
https://github.com/IEEE-SB-Passau/pelican-deployment-system.git
synced 2017-09-06 16:35:38 +02:00
again
This commit is contained in:
@@ -84,7 +84,7 @@ class DeploymentRunner:
|
|||||||
def clean_fn():
|
def clean_fn():
|
||||||
rmpaths = [str(self.build_repo_path), str(self._output_dir)]
|
rmpaths = [str(self.build_repo_path), str(self._output_dir)]
|
||||||
for p in rmpaths:
|
for p in rmpaths:
|
||||||
check_call(["rm", "-rf"] + p)
|
check_call(["rm", "-rf", p])
|
||||||
|
|
||||||
with self._build_lock:
|
with self._build_lock:
|
||||||
if abort_running:
|
if abort_running:
|
||||||
|
|||||||
Reference in New Issue
Block a user