Get rid of v3 namespaces for building boxes
This commit is contained in:
parent
ecfa53970f
commit
44bedfe7c6
1 changed files with 41 additions and 43 deletions
|
@ -58,7 +58,6 @@ puppet = ENV['PUPPET'] == '1'
|
|||
babushka = ENV['BABUSHKA'] == '1'
|
||||
|
||||
namespace :boxes do
|
||||
namespace :v3 do
|
||||
namespace :ubuntu do
|
||||
namespace :build do
|
||||
|
||||
|
@ -106,5 +105,4 @@ namespace :boxes do
|
|||
|
||||
desc 'Build all base boxes for release'
|
||||
task :build_all => %w( ubuntu:build:all debian:build:all )
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue