mirror of
https://github.com/friendica/friendica
synced 2024-11-13 00:22:59 +00:00
Test Push
This commit is contained in:
parent
78a85df86b
commit
c53cbf21f1
1 changed files with 16 additions and 1 deletions
17
.drone.yml
17
.drone.yml
|
@ -11,4 +11,19 @@ steps:
|
||||||
- name: Check default
|
- name: Check default
|
||||||
image: friendicaci/transifex
|
image: friendicaci/transifex
|
||||||
commands:
|
commands:
|
||||||
- /check-messages.sh
|
- /check-messages.sh
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: Check messages.po
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Run default Xgettext
|
||||||
|
image: friendicaci/transifex
|
||||||
|
commands:
|
||||||
|
- ./bin/run_xgettext.sh
|
||||||
|
|
||||||
|
- name: Check default
|
||||||
|
image: friendicaci/transifex
|
||||||
|
commands:
|
||||||
|
- /check-messages.sh
|
||||||
|
|
Loading…
Reference in a new issue