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

fix cache

parent f3310d5d
No related branches found
No related tags found
No related merge requests found
Pipeline #75512 canceled
......@@ -120,7 +120,7 @@ class job_data:
else:
artifacts = "untracked"
if len(self.cache) != 0:
cache = self.artifact
cache = self.cache
else:
cache = None
image : str = self.image
......
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