update makefile
This commit is contained in:
parent
e66614d4c1
commit
74efed0d70
2
Makefile
2
Makefile
@ -83,7 +83,7 @@ scaffold_module:
|
|||||||
${PYTHON} odoo-bin scaffold $$ModuleName && \
|
${PYTHON} odoo-bin scaffold $$ModuleName && \
|
||||||
mv $$ModuleName ${PWD}/$$ModulePath;
|
mv $$ModuleName ${PWD}/$$ModulePath;
|
||||||
cleanup_addons:
|
cleanup_addons:
|
||||||
${PWD}/setup/clean_up_addon.sh ${PWD}/exercise
|
${PWD}/setup/clean_up_addon.sh ${PWD}/exercise ${PWD}/extra-addons
|
||||||
|
|
||||||
##### Docker Deployment #########
|
##### Docker Deployment #########
|
||||||
run_test_docker:
|
run_test_docker:
|
||||||
|
2
exercise
2
exercise
@ -1 +1 @@
|
|||||||
Subproject commit 7a6111136f8038089743f517898abeaefffd7f0f
|
Subproject commit 04c547c90f9615fe111ef9b8fbe3a723c4c8a63b
|
Loading…
Reference in New Issue
Block a user