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