Sha256: 7f5cb2ce92cbbeaf6021f73c43847446a8b8b6c02b3ba618ee060a6a93dd6057
Contents?: true
Size: 411 Bytes
Versions: 12
Compression:
Stored size: 411 Bytes
Contents
module Minke module Tasks class Test < Task def run args = nil @logger.info "## Test application" run_with_block do |pre_tasks, post_tasks| pre_tasks.call @generator_config.build_settings.build_commands.test.each do |command| run_command_in_container command end post_tasks.call end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems