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

fix local compile

parent b413dbd2
No related branches found
No related tags found
No related merge requests found
Pipeline #69643 failed
......@@ -78,7 +78,7 @@ def run_cli_sequential(job : dict) -> int:
"-it", \
job['image'], \
"chmod", "+x", exec_location, \
"&&", \
"./" + \
exec_location])
def remove_from_depends(process_info : dict, jobname : str) -> dict:
......
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