Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-01-31 02:50:39 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-31 02:50:39 +0300
commit0eb5aaae17c8c940b4836dc1fd5c70477f1b4305 (patch)
tree84d41c19bf984ff263e2bf476ab4aaf94fa231b4
parent4d5bff7a9f1f95d817109fcb6b56861fc58d1a5e (diff)
Typo
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3212e5..b1d5606 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,6 +55,6 @@ remminai18n build:
- git clone git@gitlab.com:Remmina/Remmina.git Remmina
- cd Remmina
- scripts/update-translations.sh
- - 'git diff --exit-code --quiet origin/master || { scripts/i18nstats.sh ; git commit -am "Automatic translations by remmina-ci ;}"'
+ - 'git diff --exit-code --quiet origin/master || { scripts/i18nstats.sh ; git commit -am "Automatic translations by remmina-ci" ;}'
- git push origin master