From 80cffd198728c4c111b88e63c8943879e1127539 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 10 Apr 2018 10:20:16 -0700 Subject: [PATCH] Add build-sphinx check/gate jobs I accidentally removed this in an earlier restructuring. Change-Id: I913cd2e804985951b32ad442f5e9ab8488508e74 --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 80b2e94..e68b675 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,10 @@ - project: + check: + jobs: + - build-sphinx-docs + gate: + jobs: + - build-sphinx-docs post: jobs: - publish-zuul-docs