mirror of
https://codeberg.org/gothub/docs
synced 2024-12-06 19:16:44 +01:00
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user