mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-26 23:00:31 +05:30
fix(ci): Add debug logging to dumping of yaml.
This commit is contained in:
parent
d41df169d6
commit
9f4d9c5f57
4
.github/scripts/renovate-releasenotes.py
vendored
4
.github/scripts/renovate-releasenotes.py
vendored
@ -191,7 +191,6 @@ def main(
|
||||
|
||||
if annotations:
|
||||
annotations_stream = io.StringIO()
|
||||
yaml.explicit_start = False
|
||||
yaml.dump(annotations, annotations_stream)
|
||||
|
||||
annotations_string = annotations_stream.getvalue()
|
||||
@ -202,6 +201,9 @@ def main(
|
||||
|
||||
new_chart_metadata["annotations"]["artifacthub.io/changes"] = LiteralScalarString(annotations_string)
|
||||
|
||||
logger.debug(f"Annotations: {annotations_string}")
|
||||
logger.debug(new_chart_metadata)
|
||||
|
||||
new_chart_metadata = bump_patch_version(new_chart_metadata)
|
||||
|
||||
with chart_metadata_file.open("w") as f:
|
||||
|
Loading…
x
Reference in New Issue
Block a user