Skip to content

Commit 34aca9a

Browse files
committed
wip
1 parent b9f0f6f commit 34aca9a

File tree

1 file changed

+1
-0
lines changed
  • components/content-service/pkg/git

1 file changed

+1
-0
lines changed

components/content-service/pkg/git/git.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ func (c *Client) GitWithOutput(ctx context.Context, ignoreErr *string, subcomman
207207
cmd.Env = env
208208

209209
res, err := cmd.CombinedOutput()
210+
log.Infof("git res: %s, %v", string(res), err)
210211
if err != nil {
211212
if strings.Contains(err.Error(), "no child process") {
212213
return res, nil

0 commit comments

Comments
 (0)