Logo
Explore Help
Sign In
iSharkFly-Docs/packer-cn
1
0
Fork 0
You've already forked packer-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
packer-cn/builder/null/artifact_export_test.go

12 lines
159 B
Go
Raw Normal View History

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.
2014-03-24 11:20:32 +01:00
package null
import (
"testing"
run goimports
2018-01-22 17:21:10 -08:00
"github.com/hashicorp/packer/packer"
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.
2014-03-24 11:20:32 +01:00
)
func TestNullArtifact(t *testing.T) {
var _ packer.Artifact = new(NullArtifact)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 130ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API