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>2020-02-19 00:56:49 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-02-19 00:56:49 +0300
commit3ea032dce83e499f4bdd62390a0d27b0e008023f (patch)
treef145f1de1c09e8079828b34478f8b28a1571366f
parent2e7f3ecb6f749e95b49a93856e76623817f8bf02 (diff)
No need to pull as we already have checked out the repo
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f7fce0..75131aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,6 @@ remminadoc build:
- cd Remmina
- doxygen
- cd ../RemminaDoc
- - git pull
- git add --all
- 'git diff --exit-code --quiet origin/master || git commit -am "Automatic doc build by remmina-ci"'
- git push origin master