61228901c2
The job was relying on a security hole to execute untrusted command on the executor (localhost). This change prevents failure after the hole is fixed. Change-Id: I910fb6e6a2659e77991111c8ce5a6b763556aeec
5 lines
135 B
YAML
5 lines
135 B
YAML
- hosts: all
|
|
roles:
|
|
- role: validate-dco-license
|
|
zuul_work_dir: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}"
|