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 14:51:05 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-25 14:51:05 +0300
commitd87d933de9a9903714662d316ff72dee01491fa4 (patch)
tree31086568fe2167d6c5b988d654ec4651bee3ccbf
parent9978b0e1c8a949979cc14fdf8447b70fc4183ea7 (diff)
Trying to fix git authentication
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79886e4..b1cc04c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,8 @@ remminadoc build:
- cd Remmina
- doxygen
- cd ../RemminaDoc
+ - git config --global user.name "${GITLAB_USER_NAME}"
+ - git config --global user.email "${GITLAB_USER_EMAIL}"
- git add --all
- git commit -am "Automatic doc build from remmina-ci"