]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/blogs/recipes/default.rb
Merge remote-tracking branch 'github/pull/272'
[chef.git] / cookbooks / blogs / recipes / default.rb
index 1d516a35a1d17a0539a0c1095635ca13741ae6d6..5cd260d1f16dd376138d4fd9a0c4db9c6c37ab15 100644 (file)
@@ -43,7 +43,7 @@ end
 git "/srv/blogs.openstreetmap.org" do
   action :sync
   repository "https://github.com/gravitystorm/blogs.osm.org.git"
-  depth 5
+  depth 1
   user "blogs"
   group "blogs"
   notifies :run, "execute[/srv/blogs.openstreetmap.org/Gemfile]", :immediately