Skip to content
Snippets Groups Projects
Commit 358fb15d authored by Philipp Hörist's avatar Philipp Hörist
Browse files

ci: Set commit author correctly

parent 68024cf1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment