Module: CiInACan::Cleaner
- Defined in:
- lib/ci_in_a_can/cleaner.rb
Class Method Summary collapse
Class Method Details
.remove_local_copy_of(build) ⇒ Object
3 4 5 |
# File 'lib/ci_in_a_can/cleaner.rb', line 3 def self.remove_local_copy_of build CiInACan::Bash.run "rm -rf \"#{build.local_location}\"" end |