Skip to content

Commit

Permalink
fix(buildtool): Publish release bom to halyard
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wiseblatt committed Apr 5, 2018
1 parent 324a1e7 commit 22cfbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/buildtool/changelog_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def __init__(self, factory, options, **kwargs):
raise_and_log_error(
ConfigError(
'Changelog gist "{url}": {error}'.format(
url=options.changelog_gitst_url,
url=options.changelog_gist_url,
error=error.message)))

def _do_repository(self, repository):
Expand Down
1 change: 1 addition & 0 deletions dev/buildtool/spinnaker_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def _do_command(self):
bom['version'] = spinnaker_version
bom_path = os.path.join(self.get_output_dir(), spinnaker_version + '.yml')
write_to_path(yaml.dump(bom, default_flow_style=False), bom_path)
self.__hal.publish_bom_path(bom_path)
self.push_branches_and_tags(bom)

self.__hal.publish_spinnaker_release(
Expand Down

0 comments on commit 22cfbc9

Please sign in to comment.