asddasadsasdsadsaads

Signed-off-by: Odyssium <hi@odyssey346.dev>
This commit is contained in:
Odyssium
2023-04-03 14:38:17 +02:00
parent 697fcf3f97
commit d28053d7d0
+1 -1
View File
@@ -10,8 +10,8 @@ pipeline:
# SSH configuration
- mkdir ~/.ssh
- ssh-keyscan -t ed25519 codeberg.org >> ~/.ssh/known_hosts
- eval `ssh-agent`
- echo "$SSH_KEY" | tr -d '\r' > ~/.ssh/id_ed25519
- eval "$(ssh-agent -s)"
- chmod 600 ~/.ssh/id_ed25519
- ssh-add ~/.ssh/id_ed25519
# Configure Git