friendica-github/.drone.yml

30 lines
538 B
YAML
Raw Normal View History

kind: pipeline
2021-05-09 20:56:00 +00:00
type: docker
2021-05-09 21:28:08 +00:00
name: Check messages.po
steps:
2021-05-09 20:56:00 +00:00
- name: Run default Xgettext
image: friendicaci/transifex
commands:
- ./bin/run_xgettext.sh
2021-05-09 20:56:00 +00:00
- name: Check default
image: friendicaci/transifex
commands:
2021-05-13 12:25:31 +00:00
- /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