Kubetest2 - initialize boskos heartbeat channel

This commit is contained in:
Peter Rifel 2021-03-19 12:18:09 -05:00
parent 644a90e218
commit 4d08a74d77
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 3 additions and 2 deletions

View File

@ -99,8 +99,9 @@ func (d *deployer) Provider() string {
func New(opts types.Options) (types.Deployer, *pflag.FlagSet) {
// create a deployer object and set fields that are not flag controlled
d := &deployer{
commonOptions: opts,
BuildOptions: &builder.BuildOptions{},
commonOptions: opts,
BuildOptions: &builder.BuildOptions{},
boskosHeartbeatClose: make(chan struct{}),
}
dir, err := defaultArtifactsDir()