From cc402a0b26868af84bd06009d897dbe05fc9b9c1 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Tue, 24 Oct 2017 08:53:02 +0000 Subject: [PATCH] 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 --- playbooks/python/readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/python/readthedocs.yaml b/playbooks/python/readthedocs.yaml index 9c86b23ba..e5e0fc737 100644 --- a/playbooks/python/readthedocs.yaml +++ b/playbooks/python/readthedocs.yaml @@ -4,3 +4,4 @@ uri: method: POST url: 'https://readthedocs.org/build/{{ zuul.project.short_name }}' + follow_redirects: all