Skip to content
Snippets Groups Projects

Fetch cached data from GitLab itself

Merged Emanuele Aina requested to merge wip/em/gitlab-cache into master
Files
3
@@ -399,6 +399,7 @@ if __name__ == "__main__":
logging.basicConfig(level=args.loglevel or logging.INFO)
if args.cache:
logging.info(f"Loading cacheable data from {args.cache.name}")
yaml_import = yaml.safe_load(args.cache)
try:
cache = yaml_import["packages"]
Loading