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:
parent
42cc7d152b
commit
dc1f3df145
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user