mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Merge pull request #5188 from inspec/ns/full_build_before_expeditor_merge
Enforced bump. Fully allow this to build before merge.
This commit is contained in:
commit
a3ecda5c31
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ subscriptions:
|
||||||
# - built_in:rollover_changelog
|
# - built_in:rollover_changelog
|
||||||
# - built_in:publish_rubygems
|
# - built_in:publish_rubygems
|
||||||
# - built_in:create_github_release
|
# - built_in:create_github_release
|
||||||
# # - built_in:tag_docker_image No longer exists
|
# # - built_in:tag_docker_image No longer exists #
|
||||||
# - built_in:promote_habitat_packages
|
# - built_in:promote_habitat_packages
|
||||||
# - bash:.expeditor/publish-release-notes.sh:
|
# - bash:.expeditor/publish-release-notes.sh:
|
||||||
# post_commit: true
|
# post_commit: true
|
||||||
|
|
|
@ -5,7 +5,7 @@ module Supermarket
|
||||||
class SupermarketCLI < Inspec::BaseCLI
|
class SupermarketCLI < Inspec::BaseCLI
|
||||||
namespace "supermarket"
|
namespace "supermarket"
|
||||||
|
|
||||||
# TODO: find another solution, once https://github.com/erikhuda/thor/issues/261 is fixed
|
# TODO: find another solution, once https://github.com/erikhuda/thor/issues/261 is fixed.
|
||||||
def self.banner(command, _namespace = nil, _subcommand = false)
|
def self.banner(command, _namespace = nil, _subcommand = false)
|
||||||
"#{basename} #{subcommand_prefix} #{command.usage}"
|
"#{basename} #{subcommand_prefix} #{command.usage}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue