Fix task to build base boxes
This commit is contained in:
parent
878b701b65
commit
495c6f6b3e
1 changed files with 1 additions and 9 deletions
|
@ -177,14 +177,6 @@ namespace :boxes do
|
|||
end
|
||||
end
|
||||
|
||||
task :enable_puppet do
|
||||
ENV['PUPPET'] = '1'
|
||||
end
|
||||
|
||||
task :enable_chef do
|
||||
ENV['CHEF'] = '1'
|
||||
end
|
||||
|
||||
desc 'Build all base boxes for release'
|
||||
task :build_all => %w( enable_puppet enable_chef ubuntu:build:all debian:build:all )
|
||||
task :build_all => %w( ubuntu:build:all debian:build:all )
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue