Change Validation and file names
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Hoffmann 2023-04-29 11:08:13 +02:00
parent 5cd430c882
commit 59e336f209
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD
4 changed files with 13 additions and 6 deletions

View File

@ -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