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