From: Grant Slater Date: Thu, 11 Aug 2022 23:11:31 +0000 (+0300) Subject: community: fix upgrade tag X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/37aef45ba4fb3cc2373a9349309047aaee284ccc?ds=sidebyside community: fix upgrade tag --- diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 87d585a03..a1b1fa41b 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -100,7 +100,7 @@ hooks: cd: $home cmd: - git fetch --depth=1 origin tag v2.8.8 --no-tags - - git checkout v2.8.7 + - git checkout v2.8.8 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf"