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-25 19:54:30 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-25 19:54:30 +0300
commit594c95c90f76a5637b85301b39d5bba7acd249d6 (patch)
tree2df6ac8fa7d628891860e008e856cf23a828d034
parentc6af67ff8c0ff46b243b42146d5d8ad4c7060afa (diff)
Commit only if the code differ from HEAD
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1bdd638..5ee35eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,6 @@ remminadoc build:
- doxygen
- cd ../RemminaDoc
- git add --all
- - git commit -am "Automatic doc build from remmina-ci"
+ - ´git diff --exit-code origin/master || git commit -am "Automatic doc build from remmina-ci"´
- git push origin master