update file woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
sinergia 2023-07-17 19:34:17 -05:00
parent 7f3d1ef254
commit 5dc7d29b91

View File

@ -1,11 +1,3 @@
#clone:
# git:
# image: woodpeckerci/plugin-git
# # necesario para el entorno docker-compose
# # de lo contrario los agentes no pueden acceder al servidor gitea local
# network_mode: host
# privileged: true
pipeline:
tests:
image: python:3.9
@ -14,7 +6,6 @@ pipeline:
- DB_NAME=trytontest
- TRYTOND_DATABASE_URI=postgresql://tryton:tryton@postgres:5432/
commands:
- cd party_ciiu
- pip3 install psycopg2 proteus
- python3 setup.py install
- python3 -m unittest