mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
add new maubot-pagure-notifications plugin to maubot container
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user