Skip to content

Commit dc33ed4

Browse files
Correct disagreement between commit message and reality. (#673)
The previous commit message was updated to reflect the intended change to 4am UTC but the commit remained at the previously intended target of 3am.
1 parent 7e565fb commit dc33ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_jenkins_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
DEFAULT_REPOS_URL = 'https://raw.githubusercontent.com/ros2/ros2/rolling/ros2.repos'
4343
DEFAULT_MAIL_RECIPIENTS = 'ros2-buildfarm@googlegroups.com'
44-
PERIODIC_JOB_SPEC = '0 3 * * *'
44+
PERIODIC_JOB_SPEC = '0 4 * * *'
4545

4646
template_prefix_path[:] = \
4747
[os.path.join(os.path.abspath(os.path.dirname(__file__)), 'job_templates')]

0 commit comments

Comments
 (0)