mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 19:24:42 +01:00
Cleanup
This commit is contained in:
parent
07031decd7
commit
2b0542bde0
@ -60,18 +60,6 @@ steps:
|
||||
- apk add bash
|
||||
- tests/test.sh cs
|
||||
|
||||
psalm:
|
||||
group: test
|
||||
image: danog/madelineproto:next
|
||||
when:
|
||||
event:
|
||||
- pull_request
|
||||
- tag
|
||||
- push
|
||||
commands:
|
||||
- apk add bash
|
||||
- tests/test.sh psalm
|
||||
|
||||
handshake:
|
||||
group: test
|
||||
image: danog/madelineproto:next
|
||||
|
@ -38,12 +38,6 @@ if [ "$1" == "cs" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$1" == "psalm" ]; then
|
||||
composer psalm
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
if [ "$1" == "handshake" ]; then
|
||||
php tests/handshake.php
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user