Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-06-21 23:19:04 +0300
committerlovetox <philipp@hoerist.com>2022-06-21 23:19:04 +0300
commit358fb15dfefebd43482484a5547318bcdcd0fafa (patch)
treee0943a18d998819884614d92c424a742ff926701 /.gitlab-ci.yml
parent68024cf1fbbda9e79d0dc64666e1c7bfff960783 (diff)
ci: Set commit author correctly
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b04f996a4..537af5202 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -134,8 +134,8 @@ deploy-flatpak:
- chmod 700 ~/.ssh
- ssh-keyscan github.com >> ~/.ssh/known_hosts
script:
- - git config user.email "$CI_GIT_USER_EMAIL"
- - git config user.name "$CI_GIT_USER_USERNAME"
+ - git config --global user.email "$CI_GIT_USER_EMAIL"
+ - git config --global user.name "$CI_GIT_USER_USERNAME"
- git clone https://github.com/flathub/org.gajim.Gajim.git
- cd org.gajim.Gajim
- mv ../flatpak/org.gajim.Gajim.yaml org.gajim.Gajim.yaml