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

fix track untracked

parent 16a4bc6d
No related branches found
No related tags found
No related merge requests found
Pipeline #75516 canceled
......@@ -122,7 +122,7 @@ class job_data:
if len(self.cache) != 0:
cache = self.cache
else:
cache = "cache"
cache = "untracked"
image : str = self.image
script : str = "chmod +x " + self.location + " && " + "./" + self.location
output: str = "\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