Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
[FIX] travis_install_nightly: Fixing ODOO_PATH when is OCB (uppercase…
Browse files Browse the repository at this point in the history
…) used
  • Loading branch information
moylop260 committed Nov 17, 2016
1 parent e86286b commit e14ce1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/travis_install_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ fi
: ${ODOO_REPO:="odoo/odoo"} # default value, if not set
IFS="/" read -a REPO <<< "${ODOO_REPO}"
export REMOTE="${REPO[0],,}"
export REPO_NAME="${REPO[1],,}"
export BRANCH="${VERSION,,}"
export REPO_NAME="${REPO[1]}"
export BRANCH="${VERSION}"
export ODOO_PATH=${HOME}/$REPO_NAME-$BRANCH
if [ -z "${REPO_CACHED}" ]; then
export ODOO_URL="https://github.com/$REMOTE/$REPO_NAME/archive/$BRANCH.tar.gz"
Expand Down

0 comments on commit e14ce1e

Please sign in to comment.