From 7b2808a2cc8a4e609fa370c16cba381cbbca6b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 20 Sep 2018 17:35:42 +0200 Subject: [PATCH] Anitya release 0.13.1 --- roles/openshift-apps/release-monitoring/files/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/files/buildconfig.yml b/roles/openshift-apps/release-monitoring/files/buildconfig.yml index 771d4bf720..c7bfadfb8d 100644 --- a/roles/openshift-apps/release-monitoring/files/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/buildconfig.yml @@ -41,7 +41,7 @@ items: dnf clean all -y RUN git clone https://github.com/release-monitoring/anitya.git && \ pushd anitya && \ - git checkout 0.13.0 && \ + git checkout 0.13.1 && \ python3 setup.py install && \ pushd docs && \ sphinx-build-3 -b html . _build/html && \