Skip to content

Commit

Permalink
Revert "Fix typo which prevented metadata from going to cron job."
Browse files Browse the repository at this point in the history
This reverts commit 876acb0.

Will send separate PR.

Signed-off-by: Spencer Schrock <sschrock@google.com>
  • Loading branch information
spencerschrock committed Oct 19, 2022
1 parent 19ec3d7 commit 580d634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/internal/worker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func processRequest(ctx context.Context,
logger.Info(fmt.Sprintf("invalid GitHub URL: %v", err))
continue
}
repo.AppendMetadata(repoReq.Metadata...)
repo.AppendMetadata(repo.Metadata()...)

commitSHA := clients.HeadSHA
requiredRequestType := []checker.RequestType{}
Expand Down

0 comments on commit 580d634

Please sign in to comment.