remove unnecessary command

This commit is contained in:
ktyl 2022-09-27 20:54:21 +01:00
parent 6600d60d47
commit 4dbfff7894
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ steps:
# configure ssh identity by importing ssh key from secrets and adding it to
# ssh-agent. also disable strict host key checking as this is the first time
# the ephemeral runner is connecting to the remote host
- which ssh-agent
- eval $(ssh-agent -s)
- mkdir -p ~/.ssh
- echo "$SSH_KEY" > ~/.ssh/id_rsa