It must use bash to be able to utilize the source function when activating the virtualenv Change-Id: Idf07040b8756361aa84ab31c29a73aba47032af7 Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
8 lines
187 B
YAML
8 lines
187 B
YAML
- name: Run chart-testing
|
|
shell: |
|
|
source "{{ virtualenv }}/bin/activate"
|
|
ct lint {{ chart_testing_options }}
|
|
args:
|
|
chdir: "{{ zuul_work_dir }}"
|
|
executable: /bin/bash
|