diff --git a/parse-ci.py b/parse-ci.py index c45fa874979ef642d8ee9df50b87a11593908a7b..20c63d48798c1fe5e696c44d10d0b95b9cb8c420 100644 --- a/parse-ci.py +++ b/parse-ci.py @@ -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):