ea9fa4d50bfba4f75fcf6c8248518294966e82c6
[friendica-addons.git/.git] / .woodpecker / .messages.po_check.yml
1 skip_clone: true
2
3 pipeline:
4   clone_friendica_base:
5     image: alpine/git
6     commands:
7       - git clone https://github.com/friendica/friendica.git .
8       - git checkout $CI_COMMIT_BRANCH
9     when:
10       event: pull_request
11   clone_friendica_addon:
12     image: alpine/git
13     commands:
14       - git config --global user.email "no-reply@friendi.ca"
15       - git config --global user.name "Friendica"
16       - git clone $CI_REPO_CLONE_URL addon
17       - cd addon/
18       - git checkout $CI_COMMIT_BRANCH
19       - git fetch origin $CI_COMMIT_REF
20       - git merge $CI_COMMIT_SHA
21     when:
22       event: pull_request
23   build_xgettext:
24     image: friendicaci/transifex
25     commands:
26       - /xgettext-addon.sh
27     when:
28       event: pull_request
29   check:
30     image: friendicaci/transifex
31     commands:
32       - /check-addons.sh
33     when:
34       event: pull_request
35
36 branches:
37   exclude: [ stable ]