From 05c8f26f1d804b44a8a761441d64d7bdc8bc3762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 5 Dec 2022 14:18:59 +0100 Subject: [PATCH] [release-monitoring] Use the correct folder for pushd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit My mistake, let's fix this. 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 57e470dd22..e5ad52b1c9 100644 --- a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml @@ -72,7 +72,7 @@ items: pip-3 uninstall -y anitya && \ {% if env == 'staging' %} # Install javascript dependencies - pushd static && \ + pushd anitya/static && \ npm install && \ popd && \ {% else %}