From 5f6c31a1fa2ffa34a8d2ce071d8e539f74282817 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 21 Jan 2023 12:14:20 +0000 Subject: [PATCH] community: stop yoyo rebuilds due to git repo changes --- cookbooks/community/recipes/default.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 1bedda290..7c4d374a8 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -45,7 +45,8 @@ end git "/srv/community.openstreetmap.org/docker" do action :sync repository "https://github.com/discourse/discourse_docker.git" - revision "e6cb71cd55cfad1c64b0a4b40676cbcaedbc918f" + # Revision pin not possible as launch wrapper automatically updates git repo. + revision "main" depth 1 user "root" group "root" -- 2.39.5