From 82dbf98a3d5a2c17729b0e6d56b8065a83599c2e Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 30 Dec 2022 03:26:07 +0000 Subject: [PATCH] community: pin version to "stable" --- .../community/templates/default/web_only.yml.erb | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index becaf3b24..1e40406a4 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -18,9 +18,9 @@ links: # any extra arguments for Docker? # docker_args: -# Workaround bug: https://github.com/discourse/discourse_docker/pull/505 -# params: -# version: v2.8.13 - NOT USED HERE. UPDATE THE EXEC GIT ACTIONS BELOW WITH VERSION +# Latest Version v2.8.13 +params: + version: stable env: LC_ALL: en_US.UTF-8 @@ -92,11 +92,6 @@ hooks: - git clone --depth 1 https://github.com/discourse/discourse-reactions.git - git clone --depth 1 https://github.com/discourse/discourse-prometheus.git - git clone --depth 1 https://github.com/discourse/discourse-translator.git - - exec: - cd: $home - cmd: - - git fetch --depth=1 origin tag v2.8.13 --no-tags - - git checkout v2.8.13 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf" -- 2.39.5