Module: Dapp::Dimg::Dapp::Command::Bp

Included in:
Dapp
Defined in:
lib/dapp/dimg/dapp/command/bp.rb

Instance Method Summary collapse

Instance Method Details

#bpObject



6
7
8
9
10
11
# File 'lib/dapp/dimg/dapp/command/bp.rb', line 6

def bp
  bp_step(:build)
  bp_step(:push)
  bp_step(:stages_cleanup_by_repo)
  bp_step(:cleanup)
end

#bp_step(step, *args) ⇒ Object



13
14
15
# File 'lib/dapp/dimg/dapp/command/bp.rb', line 13

def bp_step(step, *args)
  log_step_with_indent(step) { send(step, *args) }
end