Skip to content

Commit

Permalink
chore: add debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Vasek - Tom C <[email protected]>
  • Loading branch information
TomChv committed Dec 20, 2024
1 parent 08fb97d commit 4120361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicsdk/magic_sdk/integration/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (d *Docker) Invoke(ctx context.Context, invocation *invocation.Invocation)
return nil, fmt.Errorf("failed to unmarshal parent object: %w", err)
}

fmt.Println(invocation.ParentJSON)
fmt.Println(string(invocation.ParentJSON))

return (*Docker).Build(&parent, ctx)
}
Expand Down

0 comments on commit 4120361

Please sign in to comment.