Method: PDK::Module::Build#cleanup_build_dir
- Defined in:
- lib/pdk/module/build.rb
#cleanup_build_dir ⇒ Object
Remove the temporary build directory and all its contents from disk.
78 79 80 |
# File 'lib/pdk/module/build.rb', line 78 def cleanup_build_dir PDK::Util::Filesystem.rm_rf(build_dir, secure: true) end |