Skip to content

Commit

Permalink
Merge pull request #229 from rubygems/fix-schedule
Browse files Browse the repository at this point in the history
Fix schedule invalid YAML.
  • Loading branch information
simi authored Apr 5, 2023
2 parents b2925ab + 013995f commit 30e4441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/production/schedule.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ metadata:
name: hourly
spec:
concurrencyPolicy: Forbid
schedule: "0 * * * *
schedule: "0 * * * *"
jobTemplate:
spec:
template:
Expand Down

0 comments on commit 30e4441

Please sign in to comment.