There are no uncommitted changes in the directory . Therefore, a commit message is not needed.
This commit is contained in:
parent
aebf8b6073
commit
398e1487c3
3
Makefile
3
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
|
BACKUP=${CDN}/raw/branch/main/backup/${VERSION}/odoo18-main_2025-01-15_08-05-47.zip
|
||||||
AUTOMATION_PATH=${PWD}/automation
|
AUTOMATION_PATH=${PWD}/automation
|
||||||
UPGRADE_SCRIPTS=$(shell cat upgrade_scripts | tr '\n' ',')
|
UPGRADE_SCRIPTS=$(shell cat upgrade_scripts | tr '\n' ',')
|
||||||
BASE_REPO = git.nextzenos.com/NextERP/Odoo18-Base.git
|
|
||||||
push_code:
|
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 #####
|
##### Virtual Environment #####
|
||||||
check-virtualenv:
|
check-virtualenv:
|
||||||
@if [ "$(VENV)" = "missing" ]; then \
|
@if [ "$(VENV)" = "missing" ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user