We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa3620 commit 3ed230dCopy full SHA for 3ed230d
register_runner.py
@@ -176,6 +176,9 @@ def main():
176
if len(sys.argv) > 1:
177
args += sys.argv[1:]
178
179
+ print("Cleaning up previous config")
180
+ subprocess.run(["./config.sh", "remove"] + args)
181
+
182
print("Running config.sh with args ", args)
183
subprocess.run(["./config.sh"] + args, check=True)
184
print("Running run.sh")
0 commit comments