From a1abb5b8e1954f835abb4ede265e444ad9ae3a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 12 Oct 2018 12:56:54 +0200 Subject: [PATCH] Update version of Anitya --- 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 b96c9f9670..dd6dcf11c6 100644 --- a/roles/openshift-apps/release-monitoring/files/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/buildconfig.yml @@ -43,7 +43,7 @@ items: RUN pip-3 install sqlalchemy_schemadisplay RUN git clone https://github.com/release-monitoring/anitya.git && \ pushd anitya && \ - git checkout 0.13.1 && \ + git checkout 0.13.2 && \ python3 setup.py install && \ pushd docs && \ mkdir -p images && \