ffb6406a40
Move the chart-testing task to a role (so that it is easily reconsumable) and update the default arguments to disable checking for version bumps (instead, we expect to rely on setting the version when building a release). Change-Id: I85482dc704c189222c92fd4174f733382ebf69d1
5 lines
116 B
YAML
5 lines
116 B
YAML
- name: Run chart-testing
|
|
command: "ct lint {{ chart_testing_options }}"
|
|
args:
|
|
chdir: "{{ zuul_work_dir }}"
|