dco-license: remove the empty nodeset
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
This commit is contained in:
parent
9ee30e5216
commit
61228901c2
@ -1,4 +1,4 @@
|
|||||||
- hosts: localhost
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: validate-dco-license
|
- role: validate-dco-license
|
||||||
zuul_work_dir: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}"
|
zuul_work_dir: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}"
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
description: |
|
description: |
|
||||||
A job to validate all new commits have been signed using --signoff.
|
A job to validate all new commits have been signed using --signoff.
|
||||||
run: playbooks/dco-license/run.yaml
|
run: playbooks/dco-license/run.yaml
|
||||||
nodeset:
|
|
||||||
nodes: []
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: unittests
|
name: unittests
|
||||||
|
Loading…
Reference in New Issue
Block a user