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