Class: Percheron::Commands::Build

Inherits:
Abstract
  • Object
show all
Defined in:
lib/percheron/commands/build.rb

Instance Method Summary collapse

Methods inherited from Abstract

#config, default_parameters!, #runit, #stack

Instance Method Details

#executeObject



9
10
11
12
# File 'lib/percheron/commands/build.rb', line 9

def execute
  super
  runit { stack.build!(unit_names: unit_names, usecache: usecache?, forcerm: forcerm?) }
end