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:
parent
ecd0d55ce1
commit
cc402a0b26
@ -4,3 +4,4 @@
|
|||||||
uri:
|
uri:
|
||||||
method: POST
|
method: POST
|
||||||
url: 'https://readthedocs.org/build/{{ zuul.project.short_name }}'
|
url: 'https://readthedocs.org/build/{{ zuul.project.short_name }}'
|
||||||
|
follow_redirects: all
|
||||||
|
Loading…
Reference in New Issue
Block a user