Improve CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
PapaTutuWawa 2023-08-22 19:35:44 +02:00
parent 0c8b572e82
commit 1dd99802d5

View File

@ -2,7 +2,7 @@ pipeline:
lint: lint:
image: dart:3.0.7 image: dart:3.0.7
commands: commands:
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --verbose --no-precompile - PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --no-precompile
- dart analyze --fatal-infos --fatal-warnings - dart analyze --fatal-infos --fatal-warnings
test: test:
image: dart:3.0.7 image: dart:3.0.7
@ -10,7 +10,7 @@ pipeline:
- dart pub get - dart pub get
- dart test - dart test
notify: notify:
image: git.polynom.me/papatutuwawa/woodpecker-xmpp:0.1.1-arm64 image: git.polynom.me/papatutuwawa/woodpecker-xmpp
settings: settings:
xmpp_muc: moxxy-build@muc.moxxy.org xmpp_muc: moxxy-build@muc.moxxy.org
xmpp_tls: 1 xmpp_tls: 1