forked from fediversity/fediversity
debug harder
This commit is contained in:
parent
ab639b9e48
commit
0c551a4764
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ steps:
|
||||||
echo "$CD_SSH_KEY" > ~/.ssh/id_ed25519
|
echo "$CD_SSH_KEY" > ~/.ssh/id_ed25519
|
||||||
ls -l ~/.ssh/id_ed25519
|
ls -l ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
- ssh-agent -s
|
- strace -f -o ssh-agent.log ssh-agent -s
|
||||||
|
- cat ssh-agent.log
|
||||||
- |
|
- |
|
||||||
eval "$(ssh-agent -s)"
|
eval "$(ssh-agent -s)"
|
||||||
ssh-add ~/.ssh/id_ed25519
|
ssh-add ~/.ssh/id_ed25519
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue