commit | 9d661a4b72f60817d8823a617dd7f86bafbe6310 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Oct 01 15:43:21 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Oct 01 15:46:36 2018 -0700 |
tree | 67b7569779446ee72effa5ff3f5a7a88d7a08839 | |
parent | 0e5f7455d76635e06e3bd10005662aeef76b696c [diff] [blame] |
add libmysqlclient-dev so that XOS API docs can be built Fail job when errors occur in documentation build Change-Id: If28222f9c3b38d62256d8242a95ad6923eb2817e
diff --git a/jjb/docs.yaml b/jjb/docs.yaml index c7fa344..f9be3f8 100644 --- a/jjb/docs.yaml +++ b/jjb/docs.yaml
@@ -152,6 +152,7 @@ builders: - shell: | #!/usr/bin/env bash + set -e -o pipefail # Set up the ssh host keys for the docs host mkdir -p ~/.ssh