From 873e602528ae0cbc3da932d04793bd08c484f596 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 24 May 2018 13:33:43 -0700 Subject: [PATCH] add build-openstack-sphinx-docs job to zuul This will build the .rst docs as part of the check and gate pipelines in Zuul. Change-Id: I2d4c8b204199f08caf78d2e12176f2bd0ce35c62 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..6b0f756 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,4 @@ +- project: + name: openstack/self-healing-sig + templates: + - build-openstack-sphinx-docs