Test Push
This commit is contained in:
parent
78a85df86b
commit
c53cbf21f1
17
.drone.yml
17
.drone.yml
|
@ -11,4 +11,19 @@ steps:
|
|||
- name: Check default
|
||||
image: friendicaci/transifex
|
||||
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