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