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:
Monty Taylor 2017-10-05 13:42:25 -05:00
parent cac0490413
commit 0fabbf4556
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -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?
- name: Check if translations exist for release notes
stat: