ここに記載されているすべてのプラグインを、あたかも私の app.yml の一部であるかのようにインストールするにはどうすればよいでしょうか?
yml に提供されたコマンドを以下のように挿入してみました:
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/discourse/all-the-plugins.git
cd: ./all-the-plugins
cmd:
- git submodule update --init --recursive
しかし、エラーが発生しました。
Pups::ExecError: cd ./all-the-plugins && git submodule update --init --recursive failed with return #<Process::Status: pid 292 exit 2>
Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
exec failed with the params {"cd"=>"./all-the-plugins", "cmd"=>["git submodule update --init --recursive"]}
f4e262dc445e2f04b6061be127f4e874dbf5aaa30e889367527113e88f33ea62