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