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

fix +

parent 4ecfc5b4
No related branches found
No related tags found
No related merge requests found
Pipeline #76327 canceled
......@@ -124,7 +124,7 @@ class job_data:
else:
cache = None
image : str = self.image
script : str = "chmod +x " + self.location + "; " "./" + self.location + " || " + "sh" + self.location " || bash" + self.location
script : str = "chmod +x " + self.location + "; " "./" + self.location + " || " + "sh" + self.location + " || bash" + self.location
output: str = "\n"
output = output + name + ":\n"
output = output + '\t' + "stage: " + stage + '\n'
......
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