From 398e1487c326fd1f68ca29bda85592778318d0a8 Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Thu, 15 May 2025 17:34:49 +0700 Subject: [PATCH] There are no uncommitted changes in the directory . Therefore, a commit message is not needed. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9d99470ea..0e095cf2b 100644 --- a/Makefile +++ b/Makefile @@ -35,9 +35,8 @@ ADDONS=${PWD}/addons,${PWD}/odoo/addons,${PWD}/extra-addons BACKUP=${CDN}/raw/branch/main/backup/${VERSION}/odoo18-main_2025-01-15_08-05-47.zip AUTOMATION_PATH=${PWD}/automation UPGRADE_SCRIPTS=$(shell cat upgrade_scripts | tr '\n' ',') -BASE_REPO = git.nextzenos.com/NextERP/Odoo18-Base.git push_code: - $(PYTHON) ${SCRIPT_PATH}/interpreter/gen_commit.py $(GIT_USER) $(GIT_PASS) $(BASE_REPO) $(PWD) + $(PYTHON) ${SCRIPT_PATH}/interpreter/gen_commit.py $(GIT_USER) $(GIT_PASS) $(PWD) ##### Virtual Environment ##### check-virtualenv: @if [ "$(VENV)" = "missing" ]; then \