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 16:37:09 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-25 16:37:09 +0300
commit3e76a9effd396c7d92ffd3d2f32e9b92754a788a (patch)
tree6a49d37adfa7fba5ab6cd050f53c0cffc5f44966
parente59ecd3cd2499c30eb1cc71c5f18471f4d09adae (diff)
Tryng to fix pushing to remminadoc.gitlab.io
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9986370..e73e9c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,6 +29,8 @@ remminadoc build:
- doxygen
- cd ../RemminaDoc
- git add --all
+ - git config --global user.name "${GITLAB_USER_NAME}"
+ - git config --global user.email "${GITLAB_USER_EMAIL}"
- git commit -am "Automatic doc build from remmina-ci"
- git remote set-url origin git@gitlab.com:Remmina/remminadoc.gitlab.io.git
- git push origin master