Merge "dco-license: remove the empty nodeset"

This commit is contained in:
Zuul 2020-07-22 15:23:12 +00:00 committed by Gerrit Code Review
commit 919fe2e8a7
2 changed files with 1 additions and 3 deletions

View File

@ -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 }}"

View File

@ -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