with force push

This commit is contained in:
Kasper Juul Hermansen 2022-09-18 01:07:56 +02:00
parent 531e2abbbe
commit 32ab6dd958
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -287,7 +287,7 @@ func (g *Git) Push(ctx context.Context, gitRepo *GitRepo) error {
Auth: auth,
Progress: g.getProgressWriter(),
Prune: false,
Force: false,
Force: true,
InsecureSkipTLS: false,
CABundle: []byte{},
RequireRemoteRefs: []config.RefSpec{},