docker-json-validate/.drone.yml
Stefan Hoffmann 33c98e1643
Some checks reported errors
continuous-integration/drone/push Build was killed
testing
2021-02-06 17:46:46 +01:00

21 lines
455 B
YAML

kind: pipeline
name: docker-json-validate build
steps:
- name: docker
image: plugins/docker
settings:
repo: fftdf/docker-json-validate
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: validate json good
image: fftdf/docker-json-validate
commands:
- jsonlint test_val.json
- name: validate json bad
image: fftdf/docker-json-validate
commands:
- jsonlint test_not_val.json