forked from fediversity/fediversity
un-bash strace
This commit is contained in:
parent
784e5820f9
commit
12d1089cd5
1 changed files with 1 additions and 5 deletions
|
|
@ -7,16 +7,12 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- whoami
|
|
||||||
- pwd
|
|
||||||
- ls
|
|
||||||
- env
|
|
||||||
- |
|
- |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
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
|
||||||
- bash -c "nix-shell -p strace --run 'strace -f -o ssh-agent.log ssh-agent -s'"
|
- nix-shell -p strace --run 'strace -f -o ssh-agent.log ssh-agent -s'
|
||||||
- cat ssh-agent.log
|
- cat ssh-agent.log
|
||||||
- |
|
- |
|
||||||
eval "$(ssh-agent -s)"
|
eval "$(ssh-agent -s)"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue