From d914880ced11bf216642228e9978a45d0569035f Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Mon, 16 Oct 2023 16:52:06 +1000 Subject: [PATCH] maubot: fix typo in buildconfig; Signed-off-by: Ryan Lerch --- roles/openshift-apps/maubot/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/maubot/templates/buildconfig.yml b/roles/openshift-apps/maubot/templates/buildconfig.yml index d0fc66cd53..260603b87e 100644 --- a/roles/openshift-apps/maubot/templates/buildconfig.yml +++ b/roles/openshift-apps/maubot/templates/buildconfig.yml @@ -20,7 +20,7 @@ spec: mkdir /maubot && \ for plugin in maubot-fedora maubot-adminclient maubot-meetings; do \ install-maubot-plugins -o /maubot -b {{ (env == "production")|ternary("stable", "staging") }} https://github.com/fedora-infra/${plugin}; \ - done && \ + done; WORKDIR /maubot ENV KRB5_CONFIG=/etc/ipa/krb5.conf ENTRYPOINT /usr/bin/python3 -m maubot -c /config/config.yml