This commit is contained in:
parent
ac10d9bc29
commit
60c0b7adf6
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ pipeline:
|
||||||
image: dock.mau.dev/maubot/maubot:latest
|
image: dock.mau.dev/maubot/maubot:latest
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p $HOME/.config
|
- mkdir -p $HOME/.config
|
||||||
- echo $${MBC_CONFIG}
|
- echo $${MBC_CONFIG} > $HOME/.config/maubot-cli.json
|
||||||
|
- echo $HOME
|
||||||
- mbc build /data/sources --upload
|
- mbc build /data/sources --upload
|
||||||
secrets: [mbc_config]
|
secrets: [mbc_config]
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Add table
Reference in a new issue