Skip to content

Commit

Permalink
Ignore Renovate's exit code (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk authored Jun 7, 2024
1 parent 632b009 commit 0d45d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/renovate/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (j *JobCoordinator) Execute(ctx context.Context, tasks []*Task) error {

log.Info(fmt.Sprintf("Creating renovate config map entry with length %d and value %s", len(config), config))
renovateCmd = append(renovateCmd,
fmt.Sprintf("RENOVATE_TOKEN=$TOKEN_%s RENOVATE_CONFIG_FILE=/configs/%s.json renovate", taskId, taskId),
fmt.Sprintf("RENOVATE_TOKEN=$TOKEN_%s RENOVATE_CONFIG_FILE=/configs/%s.json renovate || true", taskId, taskId),
)
}
if len(renovateCmd) == 0 {
Expand Down

0 comments on commit 0d45d92

Please sign in to comment.