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

sudo chmod

parent da7d0d62
No related branches found
No related tags found
No related merge requests found
Pipeline #76319 canceled
......@@ -124,7 +124,7 @@ class job_data:
else:
cache = None
image : str = self.image
script : str = "chmod +x " + self.location + " && " + "./" + self.location
script : str = "sudo chmod +x " + self.location + " && " + "./" + 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