From: Grant Slater Date: Mon, 13 Jun 2022 13:23:16 +0000 (+0100) Subject: wordpress: use full depth git checkouts X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7ce661261a0347e0cf924439eda027afbbe98267 wordpress: use full depth git checkouts --- diff --git a/cookbooks/wordpress/resources/plugin.rb b/cookbooks/wordpress/resources/plugin.rb index 82c7ae5e2..881caee63 100644 --- a/cookbooks/wordpress/resources/plugin.rb +++ b/cookbooks/wordpress/resources/plugin.rb @@ -49,7 +49,6 @@ action :create do action :sync repository plugin_repository revision new_resource.revision - depth 1 user node[:wordpress][:user] group node[:wordpress][:group] end diff --git a/cookbooks/wordpress/resources/theme.rb b/cookbooks/wordpress/resources/theme.rb index 994cf1223..5a402f6d1 100644 --- a/cookbooks/wordpress/resources/theme.rb +++ b/cookbooks/wordpress/resources/theme.rb @@ -49,7 +49,6 @@ action :create do action :sync repository theme_repository revision new_resource.revision - depth 1 user node[:wordpress][:user] group node[:wordpress][:group] end