Don't hardcode staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
23faf440bc
commit
7dfcb57f57
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue