Skip to content

Commit

Permalink
(CAT-2056) - Remove 'rake clean' task
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Sep 17, 2024
1 parent d1f6fe0 commit 1b73909
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/puppetlabs_spec_helper/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@
end
end

desc 'Clean a built module package'
task :clean do
FileUtils.rm_rf('pkg/')
end

require 'puppet-lint/tasks/puppet-lint'
# Must clear as it will not override the existing puppet-lint rake task since we require to import for
# the PuppetLint::RakeTask
Expand Down

0 comments on commit 1b73909

Please sign in to comment.