From 0281c5d3cf08c81136c1cf24bcf2076a04bcdfe3 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 25 Nov 2024 18:03:44 +0100 Subject: [PATCH] core(ci): add test for correct README --- .drone.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index adf5f87..76c2f1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,15 +41,6 @@ steps: cpu: 150 memory: 150M -- name: helm unittest - commands: - - helm unittest --strict --file 'unittests/**/*.yaml' ./ - image: git.cryptic.systems/volker.raschek/helm:3.16.1 - resources: - limits: - cpu: 150 - memory: 150M - - name: generate README commands: - npm install