Merge "Remove trigger-readthedocs job"

This commit is contained in:
Zuul 2018-09-06 05:38:02 +00:00 committed by Gerrit Code Review
commit 8abc8c1472
2 changed files with 0 additions and 14 deletions

View File

@ -1,7 +0,0 @@
- hosts: localhost
tasks:
- name: Trigger readthedocs build URI
uri:
method: POST
url: 'https://readthedocs.org/build/{{ zuul.project.short_name }}'
follow_redirects: all

View File

@ -306,13 +306,6 @@
- test-requirements.txt
- tox.ini
- job:
name: trigger-readthedocs
description: Send a trigger to the readthedocs url to tell it to build docs
nodeset:
nodes: []
run: playbooks/python/readthedocs.yaml
- job:
name: multinode
abstract: true