Skip to content

Commit

Permalink
Pass the correct env.env to the container.
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Aikas <[email protected]>
  • Loading branch information
vaikas committed Feb 3, 2024
1 parent 9e4bb5b commit 5387266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ func (t *Test) TestPackage(ctx context.Context) error {
}
}

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

0 comments on commit 5387266

Please sign in to comment.