From 0e16613e5d01a4d044b3fdcb0e05d61adf535cd0 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 6 May 2020 20:15:13 +0200 Subject: [PATCH] correct path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e82968e..a6d61b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,4 +15,4 @@ steps: image: garethr/kubeval:latest failure: ignore commands: - - kubeval --strict --ignore-missing-schemas -d /manifests -v 1.17 + - kubeval --strict --ignore-missing-schemas -d ./ -v 1.17