summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-15 13:33:04 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-09-15 13:33:04 +0000
commit27cbd5877d84c354c740e141507a48e0fa7e838d (patch)
tree21dbbe87d721098baab5795322114e07da399be6
parentUpdate POTFILES.in and show diff in related CI test (diff)
downloadinkscape-27cbd5877d84c354c740e141507a48e0fa7e838d.tar.gz
inkscape-27cbd5877d84c354c740e141507a48e0fa7e838d.zip
Missing semicolon
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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).";