Skip to content

Commit f9878f8

Browse files
author
jordanbreen28
committed
(CAT-2056) - Remove 'rake clean' task
1 parent aed2aa3 commit f9878f8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/puppetlabs_spec_helper/rake_tasks.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,6 @@
121121
end
122122
end
123123

124-
desc 'Clean a built module package'
125-
task :clean do
126-
FileUtils.rm_rf('pkg/')
127-
end
128-
129124
require 'puppet-lint/tasks/puppet-lint'
130125
# Must clear as it will not override the existing puppet-lint rake task since we require to import for
131126
# the PuppetLint::RakeTask

0 commit comments

Comments
 (0)