]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Add more depth limits to git checkouts
[chef.git] / cookbooks / civicrm / recipes / default.rb
index 0dd8f58a10b6f399c3ac41c9e892d310364a633b..7252f61f9e8f733a8383b036e36d17009a8522b6 100644 (file)
@@ -140,6 +140,7 @@ node[:civicrm][:extensions].each_value do |details|
     action :sync
     repository details[:repository]
     revision details[:revision]
+    depth 1
     user "wordpress"
     group "wordpress"
   end