diff --git a/roles/openshift-apps/release-monitoring/files/buildconfig.yml b/roles/openshift-apps/release-monitoring/files/buildconfig.yml index da2837e5dc..426459d835 100644 --- a/roles/openshift-apps/release-monitoring/files/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/buildconfig.yml @@ -46,7 +46,7 @@ items: git checkout 0.13.1 && \ python3 setup.py install && \ pushd docs && \ - ./generate_db_schema && \ + python3 generate_db_schema && \ sphinx-build-3 -b html . _build/html && \ mkdir -p ../anitya/static/docs/ && \ cp -r _build/html/* ../anitya/static/docs/ && \