Class: GitCompound::Command::Procedure::BuildLock
- Includes:
- Element::Lock, Element::Manifest, Element::Subprocedure
- Defined in:
- lib/git_compound/command/procedure/build_lock.rb
Overview
BuildLock procedure class
Instance Method Summary collapse
Methods included from Element::Subprocedure
included, #initialize, #subprocedure
Methods included from Element::Lock
Methods included from Element::Manifest
Methods inherited from Procedure
#execute!, #initialize, options, to_s
Instance Method Details
#execute ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/git_compound/command/procedure/build_lock.rb', line 13 def execute Logger.info 'Building components from lockfile ...' verify_manifest build_locked_components execute_tasks end |