]> git.mxchange.org Git - friendica-addons.git/blob - .woodpecker/.messages.po_check.yml
Merge pull request #1225 from nupplaphil/bug/woodpecker
[friendica-addons.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 clone $CI_REPO_LINK addon
15       - cd addon/
16       - git checkout $CI_COMMIT_BRANCH
17       - git fetch origin $CI_COMMIT_REF
18       - git merge $CI_COMMIT_SHA
19     when:
20       event: pull_request
21   build_xgettext:
22     image: friendicaci/transifex
23     commands:
24       - /xgettext-addon.sh
25     when:
26       event: pull_request
27   check:
28     image: friendicaci/transifex
29     commands:
30       - /check-addons.sh
31     when:
32       event: pull_request
33
34 branches:
35   exclude: [ stable ]