Skip to content

Commit a2389ee

Browse files
committed
Remove unused CronTabEntry key from example configuration file
This configuration setting is not used in any way by the engine code. The Jenkins job does not use it and I don't find any other indication of its use. So it only serves to confuse.
1 parent bdc0916 commit a2389ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.json.example

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"LibrariesIndex": "/tmp/libraries/library_index.json",
55
"LibrariesDB": "/tmp/libraries_db.json",
66
"GitClonesFolder": "/tmp/gitclones",
7-
"ArduinoLintPath": "/usr/bin/arduino-lint",
8-
"CronTabEntry": "0 0 0 * * *"
7+
"ArduinoLintPath": "/usr/bin/arduino-lint"
98
}

0 commit comments

Comments
 (0)