From e1677dee669025bba711fac9505ca1af0ffd290c Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 22 Aug 2023 19:44:21 +0200 Subject: [PATCH] Finally fix the CI --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6e0c992..4ddc098 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ pipeline: lint: image: dart:3.0.7 commands: + # Proxy requests to pub.dev using pubcached - PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --no-precompile - dart analyze --fatal-infos --fatal-warnings test: @@ -16,7 +17,6 @@ pipeline: xmpp_is_muc: 1 xmpp_recipient: moxxy-build@muc.moxxy.org xmpp_alias: 2Bot - debug: 1 secrets: [ xmpp_jid, xmpp_password, xmpp_server ] when: status: