mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
add chart linting step to drone pipeline (#1207)
This commit is contained in:
committed by
Aaron Schlesinger
parent
4c2bd65d69
commit
2affe53ec8
+12
@@ -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:
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
target-branch: master
|
||||||
|
chart-dirs:
|
||||||
|
- charts
|
||||||
|
helm-extra-args: --timeout 800
|
||||||
Reference in New Issue
Block a user