with force push

This commit is contained in:
2022-09-18 01:07:56 +02:00
parent 531e2abbbe
commit 32ab6dd958

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{},