Method: Indocker::BuildContextHelper#repository_path

Defined in:
lib/indocker/build_context_helper.rb

#repository_path(name) ⇒ Object



29
30
31
32
# File 'lib/indocker/build_context_helper.rb', line 29

def repository_path(name)
  repo = repository(name)
  repo.clone_path
end