Skip to content
Snippets Groups Projects
Commit 4fdecf7b authored by s2870355's avatar s2870355
Browse files

fix entry for local execution

parent 7ce55d9a
No related branches found
No related tags found
No related merge requests found
Pipeline #69932 passed
......@@ -75,9 +75,10 @@ def run_cli_sequential(job : dict) -> int:
"--rm", \
"-v", \
f"{dir_path}:/usr/src/project", \
"--entrypoint", "sh", \
"-it", \
job['image'], \
"./" + exec_location])
exec_location])
def remove_from_depends(process_info : dict, jobname : str) -> dict:
if jobname in process_info["depends"]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment