Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ test_install: POSTGRES_USER: tryton image: wifasoi/trytond-base:latest script: - apk add py3-psycopg2 - python3 setup.py install - echo -e "[database]\nuri = postgresql://$POSTGRES_USER:@postgres:5432\n[web]\nlisten=[::]:8000" > trytond.conf - export TRYTONPASSFILE=phonypass.notpassword Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ test_install: POSTGRES_USER: tryton image: wifasoi/trytond-base:latest script: - apk add py3-psycopg2 - python3 setup.py install - echo -e "[database]\nuri = postgresql://$POSTGRES_USER:@postgres:5432\n[web]\nlisten=[::]:8000" > trytond.conf - export TRYTONPASSFILE=phonypass.notpassword Loading