Skip to content
Snippets Groups Projects
Commit 9ccd038f72bf authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: Fix copy of modules with core in its path

parent 9de4d9eef432
No related branches found
No related tags found
1 merge request!19🚑 Fix copy of modules with core in its path
......@@ -7,6 +7,8 @@
Omit Odoo manifests from coverage.
Fix copy of modules with core in its path.
7.0.2
-----
......
......@@ -70,6 +70,7 @@
"rsync",
"--delete",
"--cvs-exclude",
"--include=core",
"--exclude=.hg*",
"--exclude=.git*",
"--links",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment