2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-06-18 00:07:23 +02:00

fix: Automatic update deps job

This commit is contained in:
Christian Pauly 2020-11-14 10:29:47 +00:00
parent 71141c54ca
commit 255c05d362

@ -254,7 +254,7 @@ update-dependencies:
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- ssh-keyscan "https://gitlab.com" >> ~/.ssh/known_hosts - ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
- git config --global user.email "bot@fluffy.chat" - git config --global user.email "bot@fluffy.chat"