From 27cbd5877d84c354c740e141507a48e0fa7e838d Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sat, 15 Sep 2018 15:33:04 +0200 Subject: Missing semicolon --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54293ba65..fa35ecdc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,7 +161,7 @@ translations: # check if POTFILES.in should be updated in the repo (shall we automate this?) - 'if [ -n "$(diff POTFILES.in.1 POTFILES.in.2)" ]; then - git diff POTFILES.in + git diff POTFILES.in; echo "New translatable strings in source files found."; echo "Please add the paths to POTFILES.in so they can be translated"; echo "(or add them to POTFILES.skip to exlude them from translations)."; -- cgit v1.2.3