Follow redirects when triggering readthedocs build

The URL we post to returns a redirect to
https://readthedocs.org/projects/$short_name/builds/ so we have to
follow that.

Change-Id: I26c907df0ab4ec6eb40bce74f590cfab6eec38c7
This commit is contained in:
Jens Harbott 2017-10-24 08:53:02 +00:00
parent ecd0d55ce1
commit cc402a0b26
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@
uri:
method: POST
url: 'https://readthedocs.org/build/{{ zuul.project.short_name }}'
follow_redirects: all