forked from fediversity/fediversity
strace pkg
This commit is contained in:
parent
16ea02bac9
commit
38b13d9cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ steps:
|
|||
echo "$CD_SSH_KEY" > ~/.ssh/id_ed25519
|
||||
ls -l ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
- bash -c "strace -f -o ssh-agent.log ssh-agent -s"
|
||||
- bash -c "nix-shell -p strace --run 'strace -f -o ssh-agent.log ssh-agent -s'"
|
||||
- cat ssh-agent.log
|
||||
- |
|
||||
eval "$(ssh-agent -s)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue