Update reno script to work in other osh repos

This change updates the releasenotes checking script in the linting
gate to be able to be ran from other osh repos.

Change-Id: Id897c7e10d0792b6df01c8a5e82e68cff2a99b0e
This commit is contained in:
Gage Hugo 2021-02-17 19:42:58 -06:00
parent 42cc7d152b
commit dc1f3df145
1 changed files with 1 additions and 3 deletions

View File

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