mirror of
https://github.com/friendica/friendica
synced 2024-11-09 15:42:55 +00:00
9ce2142d99
- Use `when:` - Remove `group: lint`
13 lines
230 B
YAML
13 lines
230 B
YAML
steps:
|
|
build_xgettext:
|
|
image: friendicaci/transifex
|
|
commands:
|
|
- ./bin/run_xgettext.sh
|
|
check:
|
|
image: friendicaci/transifex
|
|
commands:
|
|
- /check-messages.sh
|
|
|
|
when:
|
|
- branch:
|
|
exclude: [ stable ]
|