]> git.openstreetmap.org Git - chef.git/commitdiff
civicrm: checkout full depth on extensions
authorGrant Slater <git@firefishy.com>
Wed, 19 Aug 2020 23:43:06 +0000 (00:43 +0100)
committerGrant Slater <git@firefishy.com>
Wed, 19 Aug 2020 23:43:06 +0000 (00:43 +0100)
cookbooks/civicrm/recipes/default.rb

index 3cd6bbf614d1219d35af07f7623eca01f2ef13bf..b0717ef540eb96abb441cba3dbc7efb15ea69397 100644 (file)
@@ -140,7 +140,6 @@ node[:civicrm][:extensions].each_value do |details|
     action :sync
     repository details[:repository]
     revision details[:revision]
-    depth 1
     user "wordpress"
     group "wordpress"
   end