]> git.openstreetmap.org Git - chef.git/commitdiff
community: stop yoyo rebuilds due to git repo changes
authorGrant Slater <github@firefishy.com>
Sat, 21 Jan 2023 12:14:20 +0000 (12:14 +0000)
committerGrant Slater <github@firefishy.com>
Sat, 21 Jan 2023 12:14:29 +0000 (12:14 +0000)
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"