This commit is contained in:
parent
e7ef51ff21
commit
93e98bf6f7
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user