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
15
.drone.yml
15
.drone.yml
|
@ -2,6 +2,21 @@ 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
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: Check messages.po
|
||||
|
||||
steps:
|
||||
- name: Run default Xgettext
|
||||
image: friendicaci/transifex
|
||||
|
|
Loading…
Reference in a new issue