More path adjustments
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Luca Beltrame 2022-01-30 00:44:31 +01:00
parent 30b14bbe31
commit 28f6e562bb
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 /data/.config
- echo $${MBC_CONFIG} > /data/.config/maubot-cli.json
- mbc build /data/sources --upload -s https://conference.heavensinferno.net
- echo $${MBC_CONFIG} > /data/maubot-cli.json
- mbc build /data/sources --upload
secrets: [mbc_config]
release:
image: plugins/gitea-release