From 5be0b563363d605283a12e6bb55c968aa84601d9 Mon Sep 17 00:00:00 2001 From: Mariyan Dimitrov Date: Tue, 12 Dec 2023 10:25:33 +0200 Subject: [PATCH] chore(plugins): Add new plugins --- discourse_rock/rockcraft.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/discourse_rock/rockcraft.yaml b/discourse_rock/rockcraft.yaml index f8fb512d..ad91d4da 100644 --- a/discourse_rock/rockcraft.yaml +++ b/discourse_rock/rockcraft.yaml @@ -150,6 +150,30 @@ parts: source-depth: 1 organize: "*": srv/discourse/app/plugins/discourse-data-explorer/ + discourse-templates: + plugin: dump + after: [discourse, bundler-config] + source: https://github.com/discourse/discourse-templates.git + source-commit: 8ed018fdff6bb2840552c1a1f7313173b7c4c2fc + source-depth: 1 + organize: + "*": srv/discourse/app/plugins/discourse-templates/ + discourse-calendar: + plugin: dump + after: [discourse, bundler-config] + source: https://github.com/discourse/discourse-calendar.git + source-commit: 7f603a44be44a4f7b237f3813be583958cbf4946 + source-depth: 1 + organize: + "*": srv/discourse/app/plugins/discourse-calendar/ + discourse-gamification: + plugin: dump + after: [discourse, bundler-config] + source: https://github.com/discourse/discourse-gamification.git + source-commit: 60cc4d645b55d51ea496c5a247fd1f79d818ae6b + source-depth: 1 + organize: + "*": srv/discourse/app/plugins/discourse-gamification/ patches: plugin: dump after: [discourse] @@ -201,6 +225,9 @@ parts: bin/bundle install --gemfile="plugins/discourse-data-explorer/Gemfile" bin/bundle install --gemfile="plugins/discourse-prometheus/Gemfile" bin/bundle install --gemfile="plugins/discourse-solved/Gemfile" + bin/bundle install --gemfile="plugins/discourse-templates/Gemfile" + bin/bundle install --gemfile="plugins/discourse-calendar/Gemfile" + bin/bundle install --gemfile="plugins/discourse-gamification/Gemfile" yarn install --immutable perms: plugin: nil