diff --git a/playbooks/lint.yml b/playbooks/lint.yml index af7c4d248..383351329 100644 --- a/playbooks/lint.yml +++ b/playbooks/lint.yml @@ -37,9 +37,7 @@ chdir: "{{ ansible_user_dir }}/src/{{ zuul.project.canonical_name }}" - name: Check release note version matches - shell: ./tools/gate/reno-check.sh - args: - chdir: "{{ zuul.project.src_dir }}" + shell: "{{ zuul_osh_infra_relative_path | default('') }}/tools/gate/reno-check.sh" # TODO(gagehugo): Remove this when all the release notes are updated ignore_errors: True