Just a simple test to see if uploading works
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6902625405
commit
10fcbadc85
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: dock.mau.dev/maubot/maubot:latest
|
image: dock.mau.dev/maubot/maubot:latest
|
||||||
commands:
|
commands:
|
||||||
- mbc build /data/sources
|
- mkdir -p $HOME/.config
|
||||||
|
- echo $${MBC_CONFIG}} > $HOME/.config/maubot-cli.json
|
||||||
|
- mbc build /data/sources --upload
|
||||||
|
secrets: [mbc_config]
|
||||||
release:
|
release:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Add table
Reference in a new issue