update ci conf
Some checks failed
ci/woodpecker/push/cron Pipeline is pending
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Simon Vieille 2023-02-01 17:40:57 +01:00
parent eb80319313
commit bf889ccad3
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,3 +1,4 @@
event: cron
matrix:
PHP_VERSION:
- 8.2
@ -20,8 +21,6 @@ pipeline:
- docker push "deblan/php:$PHP_VERSION"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
event: cron
mail:
image: deblan/woodpecker-email
@ -36,5 +35,4 @@ pipeline:
from_secret: mail_from
subject: "[{{ repo.owner }}/{{ repo.name }}] Pipeline #{{ build.number }}: {{ build.status }}"
when:
event: cron
status: [success, failure]