Module: Dapp::Project::Command::StageImage
- Included in:
- Dapp::Project
- Defined in:
- lib/dapp/project/command/stage_image.rb
Overview
StageImage
Instance Method Summary collapse
Instance Method Details
#stage_image ⇒ Object
8 9 10 11 |
# File 'lib/dapp/project/command/stage_image.rb', line 8 def stage_image raise Error::Project, code: :command_unexpected_apps_number unless build_configs.one? puts Application.new(config: build_configs.first, project: self, ignore_git_fetch: true).stage_image_name([:stage]) end |