From 83cb6df91ee3f9b20145e1f7771dd7f4a259ff51 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Tue, 23 Jan 2024 10:17:01 +1000 Subject: [PATCH] Add gitlab plugin to maubot image 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 bb41db0d5f..026dbf6c97 100644 --- a/roles/openshift-apps/maubot/templates/buildconfig.yml +++ b/roles/openshift-apps/maubot/templates/buildconfig.yml @@ -18,7 +18,7 @@ spec: curl https://raw.githubusercontent.com/fedora-infra/matrix-bots/main/install-plugins-from-git.py -o /usr/local/bin/install-maubot-plugins && \ chmod +x /usr/local/bin/install-maubot-plugins && \ mkdir /maubot && \ - for plugin in maubot-fedora maubot-adminclient maubot-meetings maubot-webhook maubot-pagure-notifications; do \ + for plugin in maubot-fedora maubot-adminclient maubot-meetings maubot-webhook maubot-pagure-notifications maubot-gitlab; do \ install-maubot-plugins -o /maubot -b {{ (env == "production")|ternary("stable", "staging") }} https://github.com/fedora-infra/${plugin}; \ done; WORKDIR /maubot