We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783b3d1 commit b01c6ccCopy full SHA for b01c6cc
config/jobs/kubernetes/kops/build_jobs.py
@@ -461,7 +461,7 @@ def presubmit_test(branch='master',
461
462
extra = yaml.dump({'annotations': annotations}, width=9999, default_flow_style=False)
463
464
- output = f"\n# {jsonspec}{job}\n"
+ output = f"\n # {jsonspec}{job}\n"
465
for line in extra.splitlines():
466
output += f" {line}\n"
467
return output
0 commit comments