From: Grant Slater Date: Wed, 19 Aug 2020 23:43:06 +0000 (+0100) Subject: civicrm: checkout full depth on extensions X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9b4554a1f7858918464e2d7ae7493e3a0c80a40e?hp=-c civicrm: checkout full depth on extensions --- 9b4554a1f7858918464e2d7ae7493e3a0c80a40e diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 3cd6bbf61..b0717ef54 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -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