fixup deps
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
25d1b96d77
commit
10e17e6b99
@ -234,6 +234,7 @@ func giteaPullRequest(ctx context.Context, cfg *Config, mods map[string]modules.
|
|||||||
logger.Fatalf(ctx, "failed to reset repo branch: %v", err)
|
logger.Fatalf(ctx, "failed to reset repo branch: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.Infof(ctx, "checkout branch %s", envBaseBranch)
|
||||||
if err = wtree.Checkout(&git.CheckoutOptions{
|
if err = wtree.Checkout(&git.CheckoutOptions{
|
||||||
Branch: plumbing.NewBranchReferenceName(envBaseBranch),
|
Branch: plumbing.NewBranchReferenceName(envBaseBranch),
|
||||||
Create: false,
|
Create: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user