fixup deps
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
1a440f8f33
commit
587bcaf6d9
@ -287,7 +287,7 @@ func giteaPullRequest(ctx context.Context, cfg *Config, branch string, mods map[
|
|||||||
logger.Fatalf(ctx, "failed to reset repo branch: %v", err)
|
logger.Fatalf(ctx, "failed to reset repo branch: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if err = wtree.PullContext(&git.PullOptions{Force: true, RemoteName: "origin"}); err != nil {
|
if err = wtree.PullContext(ctx, &git.PullOptions{Force: true, RemoteName: "origin"}); err != nil {
|
||||||
logger.Fatalf(ctx, "failed to pull repo: %v", err)
|
logger.Fatalf(ctx, "failed to pull repo: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user