See if this path works
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Luca Beltrame 2022-01-30 00:43:15 +01:00
parent 08a2f4f9c4
commit 30b14bbe31
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -6,9 +6,8 @@ pipeline:
build:
image: dock.mau.dev/maubot/maubot:latest
commands:
- mkdir -p $HOME/.config
- echo $${MBC_CONFIG} > $HOME/.config/maubot-cli.json
- grep server $HOME/.config/maubot-cli.json
- mkdir -p /data/.config
- echo $${MBC_CONFIG} > /data/.config/maubot-cli.json
- mbc build /data/sources --upload -s https://conference.heavensinferno.net
secrets: [mbc_config]
release: