Class: Jets::Code::Copy::Full
Overview
Inherits from Base for build_root and class run method
Instance Method Summary collapse
-
#run ⇒ Object
Completely override run since Full has complete different behavior.
Methods inherited from Base
#always_keep, #always_remove, #extract_code, #git_info, #gitconfig, #remove_temp_files, run, #save_gitinfo
Methods included from Util::Sh
Methods included from Util::Logging
Methods included from Util::Git
Instance Method Details
#run ⇒ Object
Completely override run since Full has complete different behavior
5 6 7 |
# File 'lib/jets/code/copy/full.rb', line 5 def run FileUtils.cp_r(Jets.root, "#{build_root}/stage/code") end |