From 4132fbaac05b0e09d426e3db521180a24e1afe2d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 10 Aug 2023 17:04:37 +0100 Subject: [PATCH] Revert "community: Add discourse-post-voting plugin" This reverts commit 1f7f5f735a865ae93fdcc1e8c9fd9526ad0efd01. --- cookbooks/community/templates/default/web_only.yml.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 9ff64100a..9db551e24 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -106,7 +106,6 @@ hooks: - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-prometheus.git - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-translator.git - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-saved-searches.git - - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-post-voting.git - exec: # Needs to be copied in else builtin git cleanup fails cd: $home -- 2.43.2