diff --git a/.drone.yml b/.drone.yml index 8e47526..2e16eb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,4 +13,5 @@ steps: from_secret: docker_password - name: validate json good image: fftdf/docker-json-validate - commands: "jsonlint test_val.json" \ No newline at end of file + commands: + - fftdf/docker-json-validate \ No newline at end of file