Skip to content

Commit 13c0c4e

Browse files
authored
Merge pull request #977 from vaikas/no-env-bug
Pass the correct env.env to the container.
2 parents 7d00f14 + 5387266 commit 13c0c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/build/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ func (t *Test) TestPackage(ctx context.Context) error {
572572
}
573573
}
574574

575-
cfg, err := t.buildWorkspaceConfig(ctx, imgRef, pkg.Name, t.Configuration.Environment.Environment)
575+
cfg, err := t.buildWorkspaceConfig(ctx, imgRef, pkg.Name, t.Configuration.Test.Environment.Environment)
576576
if err != nil {
577577
return fmt.Errorf("unable to build workspace config: %w", err)
578578
}

0 commit comments

Comments
 (0)