Skip to content

Commit

Permalink
Code updated
Browse files Browse the repository at this point in the history
Signed-off-by: GLVS Kiriti <[email protected]>
  • Loading branch information
GLVSKiriti committed Aug 2, 2024
1 parent bc2e070 commit 7cb4684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/declarative.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func runTestSteps(test declarative.Test) error {
switch test.Runner {
case "HostRunner":
runner = &declarative.Hostrunner{}
ctx = nil
ctx = context.TODO()
case "ContainerRunner":
// spawn an alpine container
runner = &declarative.Containerrunner{Image: "golang"}
Expand Down

0 comments on commit 7cb4684

Please sign in to comment.