Skip to content

Commit

Permalink
fix(yolo.json): handle invalid yolo.json
Browse files Browse the repository at this point in the history
Signed-off-by: ismael FALL <[email protected]>
  • Loading branch information
Doozers committed Sep 6, 2022
1 parent e9efc4b commit b175da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/pkg/yolosvc/driver_github.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func (worker *githubWorker) fetchRepoActivity(ctx context.Context, repo githubRe
// download the override config
overridepb, err = getOverrideBuildpb(repo.owner, repo.repo, *arti.ID, worker.opts.Token)
if err != nil {
return nil, err
worker.svc.logger.Warn("parsing yolo.json", zap.Error(err))
}
}

Expand Down

0 comments on commit b175da3

Please sign in to comment.