From 61731c60f317a83a9f548f8b241d6c6add61c442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 20 Jun 2022 18:36:09 +0200 Subject: [PATCH] [release-monitoring] Fix staging build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I forgot about popd, let's fix this now. Signed-off-by: Michal Konečný --- .../openshift-apps/release-monitoring/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml index fe5f055735..42f4e12442 100644 --- a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml @@ -78,8 +78,8 @@ items: {% if env != 'staging' %} pushd anitya_schema && \ pip-3 install . && \ -{% endif %} popd && \ +{% endif %} popd && \ rm -rf anitya # Let's use staging auth server in staging