god dammit

Signed-off-by: Odyssium <hi@odyssey346.dev>
This commit is contained in:
Odyssium
2023-04-03 14:35:24 +02:00
parent 83eefb000a
commit 697fcf3f97
+3 -1
View File
@@ -11,7 +11,9 @@ pipeline:
- mkdir ~/.ssh
- ssh-keyscan -t ed25519 codeberg.org >> ~/.ssh/known_hosts
- eval `ssh-agent`
- echo "$SSH_KEY" | tr -d '\r' | ssh-add -
- echo "$SSH_KEY" | tr -d '\r' > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519
- ssh-add ~/.ssh/id_ed25519
# Configure Git
- git config --global user.email $MAIL
- git config --global user.name "Woodpecker CI"