]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/recipes/default.rb
community: stop yoyo rebuilds due to git repo changes
[chef.git] / cookbooks / community / recipes / default.rb
index 1bedda290b88f6bebbdc3054a49de45fb9bd56d2..7c4d374a8bae437679c7f74fc2c377620f7d8a83 100644 (file)
@@ -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"