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

fix parse-ci

parent 6a8dc58b
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ def run_cli_sequential(job : job_data) -> int:
"--entrypoint", "sh", \
job.image, \
"-c",
f"chmod +x {exec_location} && {exec_location} || sh {exec_location} || bash {exec_location}"],])
f"chmod +x {exec_location} && {exec_location} || sh {exec_location} || bash {exec_location}"])
return None, output
def listToString(s):
......
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