Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
qtwaylandtests
qtwayland-gerrit-watcher
Commits
e15265db
Commit
e15265db
authored
Sep 13, 2018
by
Johan Helsing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo making dev run instead of 5.12
parent
4bc1c4d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server.js
server.js
+1
-1
No files found.
server.js
View file @
e15265db
...
...
@@ -253,7 +253,7 @@ scheduleJob({hour: 0, minute: 0}, () => {
});
scheduleJob
({
hour
:
22
,
minute
:
0
},
()
=>
{
console
.
log
(
'
Running health check for 5.12
'
);
healthCheck
({
re
f
:
'
5.12
'
});
healthCheck
({
re
v
:
'
5.12
'
});
});
scheduleJob
({
hour
:
23
,
minute
:
0
,
dayOfWeek
:
6
},
()
=>
{
console
.
log
(
'
Running health check for 5.11
'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment