trytondo-sale_opportunity_m.../.woodpecker.yml
sinergia 2bf058ae0e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add setting and notify to woodpecker
2023-07-17 20:09:48 -05:00

30 lines
723 B
YAML

pipeline:
tests:
image: python:3.9
environment:
- DB_CACHE=/tmp
- DB_NAME=trytontest
- TRYTOND_DATABASE_URI=postgresql://tryton:tryton@postgres:5432/
commands:
- pip3 install psycopg2 proteus
- python3 setup.py install
- python3 -m unittest
notify:
image: plugins/matrix
settings:
home_server: https://matrix.org
roomid: "!oxZmsJwfvciTuLYIwg:matrix.org"
user:
from_secret: matrix_user
password:
from_secret: matrix_password
template: >
"Actualización Disponible"
services:
postgres:
image: postgres:12
environment:
- POSTGRES_USER=tryton
- POSTGRES_PASSWORD=tryton
- POSTGRES_DB=demo