New Layout
This commit is contained in:
parent
b71fc07ad2
commit
00d1b6802c
19
.drone.yml
19
.drone.yml
@ -2,16 +2,23 @@ kind: pipeline
|
|||||||
name: validate-json
|
name: validate-json
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: validate ucDevices.json
|
- name: validate Richtfunk Devices
|
||||||
image: fftdf/docker-json-validate
|
image: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-json-validate
|
||||||
commands:
|
commands:
|
||||||
- jsonlint ucDevices.json
|
- jsonlint rifu_devices.json
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
- name: validate Devices.json
|
- name: validate Router Devices
|
||||||
image: fftdf/docker-json-validate
|
image: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-json-validate
|
||||||
commands:
|
commands:
|
||||||
- jsonlint devices.json
|
- jsonlint uisp_router.json
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
|
||||||
|
- name: validate Unifi Devices
|
||||||
|
image: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-json-validate
|
||||||
|
commands:
|
||||||
|
- jsonlint unifi_devices.json
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
4
uisp_router.json
Normal file
4
uisp_router.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices":[
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user