Rename remote to forge (#1357)

As of #745

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
qwerty287
2022-11-05 00:35:06 +01:00
committed by GitHub
parent 2ee75dbceb
commit 3372d1a87c
135 changed files with 750 additions and 698 deletions

View File

@@ -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