Update woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Marty Oehme 2022-01-18 19:12:16 +01:00
parent d958956f8d
commit 9e2fb188ab
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -1,3 +1,5 @@
# branches: main
pipeline:
unit_tests:
image: mquade/poetry:3.9-1.1.11
@ -21,3 +23,26 @@ pipeline:
- poetry install
- pip install mypy
- mypy .
build_dist:
image: mquade/poetry:3.9-1.1.11
commands:
- poetry config virtualenvs.create false
- poetry install
- poetry build
when:
branch: main
notify_matrix:
image: plugins/matrix
settings:
homeserver: https://matrix.org
roomid:
from_secret: matrix_roomid
userid:
from_secret: matrix_userid
accesstoken:
from_secret: matrix_token
when:
status: [ success, failure ]