Is there any problem with this format? However, it doesn’t work after I run “/launcher rebuild app”.
## Plugins go here
## see Install plugins on a self-hosted site for details
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/fantasticfears/discourse-chinese-localization-pack.git
- git clone https://github.com/mooosu/wechat_qrconnect
- git clone https://github.com/discourse/discourse-staff-alias.git
- git clone https://github.com/discourse/discourse-animated-avatars.git
- git clone https://github.com/scavin/discourse-bilibili-onebox.git
- exec:
cd: $home/plugins/discourse-animated-avatars
raise_on_fail: false
cmd:
- $home/plugins/discourse-animated-avatars/scripts/install.sh
## Any custom commands to run after building