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 e078219 commit 08fb97d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions magicsdk/magic_sdk/integration/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ 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)

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

0 comments on commit 08fb97d

Please sign in to comment.