Don't hardcode staging

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-10-09 14:09:01 +02:00
parent 23faf440bc
commit 7dfcb57f57
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -19,7 +19,7 @@ spec:
chmod +x /usr/local/bin/install-maubot-plugins && \
mkdir /maubot && \
for plugin in maubot-fedora maubot-adminclient; do \
install-maubot-plugins -o /maubot -b 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 && \
install-maubot-plugins -o /maubot \
https://github.com/jkhsjdhjs/maubot-webhook.git \