Module: Dapp::Project::Command::Build
- Included in:
- Dapp::Project
- Defined in:
- lib/dapp/project/command/build.rb
Overview
Build
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
8 9 10 11 12 13 14 15 16 |
# File 'lib/dapp/project/command/build.rb', line 8 def build setup_ssh_agent build_configs.each do |config| log_dimg_name_with_indent(config) do Dimg.new(config: config, project: self).build! end end end |