From 092397ed5583b5fd5c203a15aeb99e3177efdeb0 Mon Sep 17 00:00:00 2001 From: hoangvv Date: Thu, 16 Jan 2025 09:42:35 +0700 Subject: [PATCH] exec @native @docker @push_image @run_test --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d0cb0f61..519d5f706 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,8 @@ download_backup: Filename=$$(basename $$LinkDB); \ echo "Downloading $$Filename from: $$LinkDB"; \ ${PWD}/setup/download_backup.sh $$LinkDB backup.zip -gen_config: download_backup +gen_config: + $(MAKE) download_backup LINKDB=${BACKUP} ${PWD}/setup/init_config.sh --native ${ADDONS} run_server: ${PYTHON} odoo-bin --config=${CONFIG}