Skip to content

Commit

Permalink
Merge pull request #977 from vaikas/no-env-bug
Browse files Browse the repository at this point in the history
Pass the correct env.env to the container.
  • Loading branch information
vaikas authored Feb 3, 2024
2 parents 7d00f14 + 5387266 commit 13c0c4e
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 @@ -572,7 +572,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 13c0c4e

Please sign in to comment.