implemented null buider
The null builder is not really a bulider, it just setups a SSH connection and runs the provisioners. It can be used to debug provisioners without incurring high wait times. It does not create any kind of image or artifact.
Showing
builder/null/builder.go
0 → 100644
builder/null/builder_test.go
0 → 100644
builder/null/config.go
0 → 100644
builder/null/config_test.go
0 → 100644
builder/null/ssh.go
0 → 100644
plugin/builder-null/main.go
0 → 100644
Please register or sign in to comment