add new maubot-pagure-notifications plugin to maubot container

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-01-17 14:18:38 +10:00
parent 3229a1f64c
commit 31196bf6b6

View file

@ -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; do \
for plugin in maubot-fedora maubot-adminclient maubot-meetings maubot-webhook maubot-pagure-notifications; do \
install-maubot-plugins -o /maubot -b {{ (env == "production")|ternary("stable", "staging") }} https://github.com/fedora-infra/${plugin}; \
done;
WORKDIR /maubot