Files
openstack-helm/roles/chart-testing/tasks/main.yaml
Vladimir Kozhukalov 725fb3882a Fix chart-testing role
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>
2025-12-17 16:44:18 -06:00

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