From 7479fb8611de191a97d3473022d5ba1ffd67768d Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Sat, 6 Feb 2021 17:43:45 +0100 Subject: [PATCH] Testing --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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