Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
83be3c8826 | |||
48ff0784f4 | |||
9d9e6ddc1e |
@ -3,12 +3,13 @@ pipeline:
|
|||||||
image: dart:3.0.7
|
image: dart:3.0.7
|
||||||
commands:
|
commands:
|
||||||
# Proxy requests to pub.dev using pubcached
|
# 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
|
||||||
- dart analyze --fatal-infos --fatal-warnings
|
- dart analyze --fatal-infos --fatal-warnings
|
||||||
test:
|
test:
|
||||||
image: dart:3.0.7
|
image: dart:3.0.7
|
||||||
commands:
|
commands:
|
||||||
- dart pub get
|
# Proxy requests to pub.dev using pubcached
|
||||||
|
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get
|
||||||
- dart test
|
- dart test
|
||||||
notify:
|
notify:
|
||||||
image: git.polynom.me/papatutuwawa/woodpecker-xmpp
|
image: git.polynom.me/papatutuwawa/woodpecker-xmpp
|
||||||
@ -20,5 +21,4 @@ pipeline:
|
|||||||
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
|
secrets: [ xmpp_jid, xmpp_password, xmpp_server ]
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
|
||||||
- failure
|
- failure
|
||||||
|
Loading…
Reference in New Issue
Block a user