From d1728ffc7515aaceb121415f4df4fc33714fd51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 8 Oct 2018 18:58:16 +0200 Subject: [PATCH] Run script for building database schema --- roles/openshift-apps/release-monitoring/files/buildconfig.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/release-monitoring/files/buildconfig.yml b/roles/openshift-apps/release-monitoring/files/buildconfig.yml index acc19c57a9..da2837e5dc 100644 --- a/roles/openshift-apps/release-monitoring/files/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/buildconfig.yml @@ -46,6 +46,7 @@ items: git checkout 0.13.1 && \ python3 setup.py install && \ pushd docs && \ + ./generate_db_schema && \ sphinx-build-3 -b html . _build/html && \ mkdir -p ../anitya/static/docs/ && \ cp -r _build/html/* ../anitya/static/docs/ && \