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

have job with /

parent 53a06219
No related branches found
No related tags found
No related merge requests found
Pipeline #71625 failed
......@@ -110,7 +110,7 @@ class job_data:
return (image, depends, stage, artifacts, cache)
def __str__(self) -> str:
name : str = self.location.replace(os.path.sep, '-')
name : str = self.location.replace(os.path.sep, '/')
stage : str = self.stage
needs = [ r.replace(os.path.sep, '/') for r in self.depends]
if len(self.artifact) != 0:
......
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