Philipp Hörist pushed to branch master at gajim / gajim


Commits:
358fb15d by lovetox at 2022-06-21T22:19:04+02:00
ci: Set commit author correctly

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.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



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/358fb15dfefebd43482484a5547318bcdcd0fafa

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/358fb15dfefebd43482484a5547318bcdcd0fafa
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to