mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 13:24:33 +00:00
Add godot linter to harmonitze toplevel comments (#3650)
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
"go.woodpecker-ci.org/woodpecker/v2/server/store"
|
||||
)
|
||||
|
||||
// Restart a pipeline by creating a new one out of the old and start it
|
||||
// Restart a pipeline by creating a new one out of the old and start it.
|
||||
func Restart(ctx context.Context, store store.Store, lastPipeline *model.Pipeline, user *model.User, repo *model.Repo, envs map[string]string) (*model.Pipeline, error) {
|
||||
forge, err := server.Config.Services.Manager.ForgeFromRepo(repo)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user