Redirect RTFD jobs curl output to null

It's useless to see what output comes out since it's just a page saying that the docs will be built.

Change-Id: I13a13a61457f03fa1a83f0a2fe14949ada781805
Reviewed-on: https://review.openstack.org/16469
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Endre Karlson 2012-11-19 22:32:39 +01:00 committed by Jenkins
parent 8bf7c2f8b6
commit 03fd04ba16

View File

@ -6,4 +6,4 @@
- zuul-post - zuul-post
builders: builders:
- shell: 'curl -X POST https://readthedocs.org/build/{rtfd-id}' - shell: 'curl -X POST https://readthedocs.org/build/{rtfd-id} >/dev/null'