]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Don't try and install sitepress-multilingual-cms in test environments
[chef.git] / cookbooks / civicrm / recipes / default.rb
index 6e492e224c43ebe5ad002f68be7f467e1e065e5b..4486ea3520eb718c34c0aee434fc808182bcf32f 100644 (file)
@@ -56,6 +56,7 @@ end
 wordpress_plugin "sitepress-multilingual-cms" do
   site "join.osmfoundation.org"
   repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git"
+  not_if { ENV["TEST_KITCHEN"] }
 end
 
 wordpress_plugin "contact-form-7" do