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:
Nick Schwaderer 2020-08-05 21:32:45 +01:00 committed by GitHub
commit a3ecda5c31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ subscriptions:
# - built_in:rollover_changelog
# - built_in:publish_rubygems
# - 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
# - bash:.expeditor/publish-release-notes.sh:
# post_commit: true

View file

@ -5,7 +5,7 @@ module Supermarket
class SupermarketCLI < Inspec::BaseCLI
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)
"#{basename} #{subcommand_prefix} #{command.usage}"
end