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
|
||||
|
||||
steps:
|
||||
- name: validate ucDevices.json
|
||||
image: fftdf/docker-json-validate
|
||||
- name: validate Richtfunk Devices
|
||||
image: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-json-validate
|
||||
commands:
|
||||
- jsonlint ucDevices.json
|
||||
- jsonlint rifu_devices.json
|
||||
when:
|
||||
event: push
|
||||
|
||||
- name: validate Devices.json
|
||||
image: fftdf/docker-json-validate
|
||||
- name: validate Router Devices
|
||||
image: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-json-validate
|
||||
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:
|
||||
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