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-29 02:40:44 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-29 02:40:44 +0300
commit0740af886fe841295a12b822c393f29f08aff592 (patch)
tree5ea2f99134e2d6f192b2aa041bc8ab75b7b19772
parent1f053cb6a5f2874fcb6995bfd91e1a4b3dd20d47 (diff)
Quiet output
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 072c6cb..86abd40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ remminadoc build:
- doxygen
- cd ../RemminaDoc
- git add --all
- - 'git diff --exit-code origin/master || git commit -am "Automatic doc build by remmina-ci"'
+ - 'git diff --exit-code --quiet origin/master || git commit -am "Automatic doc build by remmina-ci"'
- git push origin master
remminai18n build:
@@ -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 origin/master || git commit -am "Automatic translations by remmina-ci"'
+ - 'git diff --exit-code --quiet origin/master || git commit -am "Automatic translations by remmina-ci"'
- git push origin master