Merge "Always build releasenotes from master"

This commit is contained in:
Zuul 2017-10-06 14:07:10 +00:00 committed by Gerrit Code Review
commit e883d6873f

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: