Skip to content

Commit 3ed230d

Browse files
committed
Remove old runner
Allows restarting the container
1 parent 2aa3620 commit 3ed230d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

register_runner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ def main():
176176
if len(sys.argv) > 1:
177177
args += sys.argv[1:]
178178

179+
print("Cleaning up previous config")
180+
subprocess.run(["./config.sh", "remove"] + args)
181+
179182
print("Running config.sh with args ", args)
180183
subprocess.run(["./config.sh"] + args, check=True)
181184
print("Running run.sh")

0 commit comments

Comments
 (0)