Commit f1db70e8 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent d6d43c75
Pipeline #11858 passed with stage
in 0 seconds
......@@ -430,6 +430,7 @@ class Pipeline:
assert (
reason in self.EXIT_CODES.keys()
), f"Reason {reason} not in {self.EXIT_CODES.keys()}"
self.logger.info(f"Pipeline exit with reason: {reason}")
sys.exit(self.EXIT_CODES[reason])
def add_metadata_to_image(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment