Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit b10c028

Browse files
Removed: tasks/build.rake - cleanup of directories in favor of a dedicated task
1 parent feac927 commit b10c028

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tasks/build.rake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ namespace :vox do
1717
engine = platform =~ /^(osx|windows)-/ ? 'local' : 'docker'
1818
cmd = "bundle exec build #{project} #{platform} --engine #{engine}"
1919

20-
if platform =~ /^windows-/
21-
FileUtils.rm_rf('C:/ProgramFiles64Folder')
22-
else
23-
FileUtils.rm_rf('/opt/puppetlabs')
24-
FileUtils.rm_rf('/etc/puppetlabs')
25-
end
26-
2720
run_command(cmd, silent: false, print_command: true, report_status: true)
2821
end
2922
end

0 commit comments

Comments
 (0)