Fixed Drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Hoffmann 2021-02-06 17:59:05 +01:00
parent e7ef51ff21
commit 93e98bf6f7

View File

@ -86,9 +86,9 @@ local manifest() = {
{
name: "validate ucDevices",
image: "fftdf/docker-json-validate",
commands: {
jsonlint ucDevices.json,
},
commands: [
"jsonlint ucDevices.json"
],
when: {
event: "push"
},
@ -96,9 +96,9 @@ local manifest() = {
{
name: "validate Devices",
image: "fftdf/docker-json-validate",
commands: {
jsonlint devices.json,
},
commands: [
"jsonlint devices.json",
],
when: {
event: "push"
},