Laucherのリビルドアプリはプラグインをロードしません

## see https://meta.discourse.org/t/19157 for details
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-ai.git
          - git clone https://github.com/discourse/discourse-chat-integration.git
          - git clone https://github.com/discourse/discourse-doc-categories.git
          - git clone https://github.com/discourse/discourse-gamification.git
          - git clone https://github.com/discourse/discourse-whos-online.git
          - git clone https://github.com/discourse/discourse-algolia.git
          - git clone https://github.com/discourse/discourse-staff-alias.git
          - git clone https://github.com/discourse/discourse-yearly-review.git
          - git clone https://github.com/discourse/discourse-reactions.git
          - git clone https://github.com/discourse/discourse-google-one-tap.git
          - git clone https://github.com/discourse/discourse-cakeday.git
          - git clone https://github.com/discourse/discourse-hcaptcha.git
          - git clone https://github.com/discourse/discourse-policy.git
          - git clone https://github.com/discourse/discourse-akismet.git
          - git clone https://github.com/discourse/discourse-gated-topics-in-category.git
          - git clone https://github.com/discourse/discourse-assign.git
          - git clone https://github.com/discourse/discourse-saved-searches.git
          - git clone https://github.com/discourse/discourse-fingerprint.git
          - git clone https://github.com/communiteq/discourse-private-replies.git
## Any custom commands to run after building
run:
  - exec: echo "Beginning of custom commands"
  ## If you want to set the 'From' email address for your first registration, uncomment and change:
  ## After getting the first signup email, re-comment the line. It only needs to run once.
  #- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'"
  - exec: echo "End of custom commands"

./launcher rebuild app
新しく追加されたプラグインが追加されません
エラーはありません
何が足りないのでしょうか?

実行にはどのプログラムを使用していますか?

すみません、理解できませんでした。「What program」とはどういう意味か、もう少し詳しく説明していただけますか?

「いいね!」 1

SSHプログラムは何を使用していますか? ./launcher rebuild app を更新するために

PuTTY:最新リリース(0.81)

以前も同じものを使用して、非常にうまくいきました。

再構築は完了し、コンテナを破棄して新規作成すると表示されましたか?

docker ps は何を表示しますか?

「いいね!」 1

DMしました

もし同様の問題を抱えている人がいれば\nクライアントとサーバーのバージョンをAPIに合わせて一致させることで解決しました。\nそうすることで初めて、新しいプラグインをビルドできるようになります。\n以前\n

\n後\n

「いいね!」 1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.