mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 18:24:12 +00:00
Rename remote
to forge
(#1357)
As of #745 Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
@@ -30,7 +30,7 @@ func updatePipelineStatus(ctx context.Context, pipeline *model.Pipeline, repo *m
|
||||
continue
|
||||
}
|
||||
|
||||
err := server.Config.Services.Remote.Status(ctx, user, repo, pipeline, step)
|
||||
err := server.Config.Services.Forge.Status(ctx, user, repo, pipeline, step)
|
||||
if err != nil {
|
||||
log.Error().Err(err).Msgf("error setting commit status for %s/%d", repo.FullName, pipeline.Number)
|
||||
return err
|
||||
|
Reference in New Issue
Block a user