459091b84a
The post commit hook for readthedocs.org now uses the project name not project id. While the id still works, the ID is no longer published on their site. This change makes it easier for people use the hook. Change-Id: I81019f7366382a4b1bcc72d343a0b2621dafc67e Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
7 lines
156 B
YAML
7 lines
156 B
YAML
- job-template:
|
|
name: 'hook-{name}-rtfd'
|
|
node: precise
|
|
|
|
builders:
|
|
- shell: 'curl -X POST https://readthedocs.org/build/{name} >/dev/null'
|