friendica/.drone.yml

30 lines
538 B
YAML
Raw Normal View History

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