update variable provider in OneTeam_Pos

This commit is contained in:
sinergia 2023-03-30 10:17:46 -05:00
parent c52bc75387
commit 2c69c13521
1 changed files with 3 additions and 2 deletions

View File

@ -138,12 +138,13 @@ if [ "$Provider" == "OneTeam_Pos" ]; then
prefix="trytondo-"
team_org="OneTeam"
pip="False"
get_one_team=( `${PYTHON_VERSION} $multi_migrate list-repo-token --domain ${GITEA_DOMAIN} --team_org $Provider --access_token ${GITEA_ACCESS_TOKEN} --verbose True` )
clone_module $Provider ${TRYTOND_VERSION} $prefix "${get_one_team[@]}"
get_one_team=( `${PYTHON_VERSION} $multi_migrate list-repo-token --domain ${GITEA_DOMAIN} --team_org $team_org --access_token ${GITEA_ACCESS_TOKEN} --verbose True` )
clone_module $team_org ${TRYTOND_VERSION} $prefix "${get_one_team[@]}"
inactive_modules_trytondo=(
purchase_coffee
sale_payment
optical_equipment
)
inactive_module "trytond-" $pip "${inactive_modules_trytondo[@]}"