maubot: fix typo in buildconfig;
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
9d3a2c8ef4
commit
d914880ced
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue