Skip to content
Snippets Groups Projects
Commit aa4943c3 authored by Carla Berenguer's avatar Carla Berenguer
Browse files

Merge branch 'fix/local-env-project-path' into 'master'

fix(devenv): fix the project path

See merge request !70
parents c564dd54 7cc7fd07
No related branches found
No related tags found
1 merge request!70fix(devenv): fix the project path
Pipeline #69080 passed
......@@ -12,5 +12,5 @@ DEVENV_GROUP="odoo"
# in the host machine before executing this script.
# Else, please clone it from https://gitlab.com/coopdevs/odoo/odoo-addons/vertical-carsharing
PROJECT_NAME="vertical-carsharing"
PROJECT_PATH="${PWD%/*}/odoo-$PROJECT_NAME/"
PROJECT_PATH="${PWD%/*}/$PROJECT_NAME/"
BASE_PATH="/opt/odoo_modules"
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