]> git.openstreetmap.org Git - chef.git/commitdiff
Merge pull request #332 from Firefishy/git-civicrm-fix
authorGrant <git@firefishy.com>
Thu, 20 Aug 2020 11:18:00 +0000 (12:18 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 11:18:00 +0000 (12:18 +0100)
civicrm: checkout full depth on extensions

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