X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f8d80d1e42b9677462a5f0bc9a57d3a693a8e226..c85ecc8614c7bae496a30e8d4a45912b566fcfa7:/cookbooks/community/recipes/default.rb 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"