From: Philipp Date: Thu, 13 May 2021 12:25:31 +0000 (+0200) Subject: Test Push X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c53cbf21f1fd3db82f09a85a5dd1e430e8745f69;p=friendica.git Test Push --- diff --git a/.drone.yml b/.drone.yml index 53be71e317..4b416561ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,4 +11,19 @@ steps: - name: Check default image: friendicaci/transifex commands: - - /check-messages.sh \ No newline at end of file + - /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