From 8975a75d4b0f4b2b6221e2b7b2329029d38256c6 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 30 Dec 2022 13:13:17 +0000 Subject: [PATCH] community: attempt to pin discourse-prometheus plugin release --- cookbooks/community/templates/default/web_only.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 1e40406a4..e5203e7b3 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -90,7 +90,7 @@ hooks: - git clone --depth 1 https://github.com/discourse/discourse-solved.git - git clone --depth 1 https://github.com/discourse/discourse-canned-replies.git - git clone --depth 1 https://github.com/discourse/discourse-reactions.git - - git clone --depth 1 https://github.com/discourse/discourse-prometheus.git + - git clone https://github.com/discourse/discourse-prometheus.git && cd discourse-prometheus && git checkout 72fff206ba18ad5ca3112fed2f5f0ce6a17ca6f8 - git clone --depth 1 https://github.com/discourse/discourse-translator.git after_ssl: - replace: -- 2.43.2