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

remove chmod from local

parent a1c50f4e
No related branches found
No related tags found
No related merge requests found
Pipeline #69648 passed
......@@ -77,7 +77,6 @@ def run_cli_sequential(job : dict) -> int:
f"{dir_path}:/usr/src/project", \
"-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