From 731fe75607c50410889652e684830c574f892a3a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 6 May 2020 20:30:53 +0200 Subject: [PATCH] colorful output ftw --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a6d61b8..6d817f3 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 ./ -v 1.17 + - kubeval --force-color --strict --ignore-missing-schemas -d ./ -v 1.17