add chart linting step to drone pipeline (#1207)

This commit is contained in:
Rimas Mocevicius
2019-05-03 21:36:41 +01:00
committed by Aaron Schlesinger
parent 4c2bd65d69
commit 2affe53ec8
2 changed files with 16 additions and 0 deletions
+12
View File
@@ -3,6 +3,18 @@ kind: pipeline
name: default name: default
steps: steps:
- name: chart-lint
image: quay.io/helmpack/chart-testing:v2.3.3
commands:
- ct lint --config test/ct.yaml
when:
branch:
- master
event:
- push
- pull_request
- name: build - name: build
image: golang:1.12 image: golang:1.12
commands: commands:
+4
View File
@@ -0,0 +1,4 @@
target-branch: master
chart-dirs:
- charts
helm-extra-args: --timeout 800