Reshuffle paths
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Luca Beltrame 2022-01-30 00:51:39 +01:00
parent a0044208ca
commit 47da86f24c
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -1,13 +1,12 @@
workspace:
base: /data
path: sources
base: /maubot-osc
path: src
pipeline:
build:
image: dock.mau.dev/maubot/maubot:latest
commands:
- mbc login -u $${MBC_USERNAME} -p $${MBC_PASSWORD} -s https://conference.heavensinferno.net -a default
- mbc build /data/sources --upload
- mbc build /maubot-osc/src
secrets: [mbc_username, mbc_password]
release:
image: plugins/gitea-release
@ -16,7 +15,7 @@ pipeline:
api_key:
from_secret: gitea_token
files:
- /data/sources/*.mbp
- /maubot-osc/src/*.mbp
checksum:
- sha256
when: