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