b0cc01ceac
This job runs 'helm lint' on the user specified charts. Change-Id: Ie6f39bab366b683e773add181de516c3ac913866
5 lines
98 B
YAML
5 lines
98 B
YAML
- name: Run lint
|
|
command: "helm lint {{ helm_chart }}"
|
|
args:
|
|
chdir: "{{ zuul_work_dir }}"
|