This commit is contained in:
parent
b15b7eb27a
commit
e1677dee66
@ -2,6 +2,7 @@ pipeline:
|
|||||||
lint:
|
lint:
|
||||||
image: dart:3.0.7
|
image: dart:3.0.7
|
||||||
commands:
|
commands:
|
||||||
|
# Proxy requests to pub.dev using pubcached
|
||||||
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --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:
|
||||||
@ -16,7 +17,6 @@ pipeline:
|
|||||||
xmpp_is_muc: 1
|
xmpp_is_muc: 1
|
||||||
xmpp_recipient: moxxy-build@muc.moxxy.org
|
xmpp_recipient: moxxy-build@muc.moxxy.org
|
||||||
xmpp_alias: 2Bot
|
xmpp_alias: 2Bot
|
||||||
debug: 1
|
|
||||||
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
|
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
|
Loading…
Reference in New Issue
Block a user