Sha256: ebd966c71b759c3ce858762bc7e5e0030cae5899b6d36232fe983300d2fb9385
Contents?: true
Size: 429 Bytes
Versions: 15
Compression:
Stored size: 429 Bytes
Contents
module Minke module Tasks class Fetch < Task def run args = nil @logger.info '### Fetching dependencies' if @generator_config.build_settings.build_commands.fetch != nil run_with_block do @generator_config.build_settings.build_commands.fetch.each do |command| run_command_in_container command end end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems