From 6ca960852366e10e469f3b044c4acc0a8a87024c Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Mon, 28 Oct 2019 12:34:50 +0100 Subject: [PATCH] fix nightly repo update --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index bd67204..3d0e5e3 100644 --- a/server.js +++ b/server.js @@ -2109,6 +2109,6 @@ startup(); // Call pre-flight checks, which calls the server-startup, which runs if (isPrimaryHost){ scheduleJob({ hour: 1 }, () => { - gatherTestNames(forceUpdate=true); + gatherTestNames(true); }); } \ No newline at end of file -- GitLab