add reactbot
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
997b22f9a4
commit
91e748b924
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
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 && \
|
chmod +x /usr/local/bin/install-maubot-plugins && \
|
||||||
mkdir /maubot && \
|
mkdir /maubot && \
|
||||||
for plugin in maubot-fedora maubot-adminclient maubot-meetings maubot-webhook maubot-pagure-notifications maubot-gitlab; do \
|
for plugin in maubot-fedora maubot-adminclient maubot-meetings maubot-webhook maubot-pagure-notifications maubot-gitlab maubot-reactbot; do \
|
||||||
install-maubot-plugins -o /maubot -b {{ (env == "production")|ternary("stable", "staging") }} https://github.com/fedora-infra/${plugin}; \
|
install-maubot-plugins -o /maubot -b {{ (env == "production")|ternary("stable", "staging") }} https://github.com/fedora-infra/${plugin}; \
|
||||||
done;
|
done;
|
||||||
WORKDIR /maubot
|
WORKDIR /maubot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue