cl-openstack-client/playbooks/run-tests/run.yaml

8 lines
138 B
YAML

- hosts: all
tasks:
- name: Run run-tests.sh
command: ./run-tests.sh
args:
chdir: '{{ zuul.project.src_dir }}'