Change Validation and file names
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5cd430c882
commit
59e336f209
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
|
Loading…
Reference in New Issue
Block a user