Always build releasenotes from master
reno wants to operate on master. Lucky for reno - we have that. Change-Id: Ibc8e181b8e0f6fe920b544ea996007519c741254
This commit is contained in:
parent
cac0490413
commit
0fabbf4556
@ -1,3 +1,9 @@
|
|||||||
|
# reno always runs on master, even if there was a commit from another branch
|
||||||
|
- name: Switch to master branch
|
||||||
|
command: git checkout master
|
||||||
|
args:
|
||||||
|
chdir: '{{ zuul_work_dir }}'
|
||||||
|
|
||||||
# TODO(mordred) Put the translations logic into a sphinx plugin?
|
# TODO(mordred) Put the translations logic into a sphinx plugin?
|
||||||
- name: Check if translations exist for release notes
|
- name: Check if translations exist for release notes
|
||||||
stat:
|
stat:
|
||||||
|
Loading…
Reference in New Issue
Block a user