fix change

This commit is contained in:
Alnus Tmp 2022-01-26 01:34:33 +00:00
parent 4cd2adc8ec
commit e56ba3c7b5
1 changed files with 2 additions and 2 deletions

View File

@ -439,7 +439,7 @@ fi
if [ ${Etrivial} = "True" ]; then
team_org="OneCluster"
team_org="OneTeam"
branch="master"
apt-get install -y --no-install-recommends \
build-essential \
@ -453,5 +453,5 @@ if [ ${Etrivial} = "True" ]; then
&& mv etrivial_transport/transporte/libraries/cliente_apps_civica /opt \
&& rm -rf etrivial_transport \
&& cd /opt/cliente_apps_civica \
&& python3.7 setup.py install
&& ${PYTHON_VERSION} setup.py install
fi