Fix paths

This commit is contained in:
Thomas Roehl 2022-01-28 15:48:35 +01:00
parent bf4372a381
commit 5f44fc7a16

View File

@ -1,8 +1,8 @@
{
"sinks": "ci-sinks.json",
"collectors" : "ci-collectors.json",
"receivers" : "ci-receivers.json",
"router" : "ci-router.json",
"sinks": ".github/ci-sinks.json",
"collectors" : ".github/ci-collectors.json",
"receivers" : ".github/ci-receivers.json",
"router" : ".github/ci-router.json",
"interval": 5,
"duration": 1
}