remove unnecessary command
This commit is contained in:
parent
6600d60d47
commit
4dbfff7894
|
@ -25,7 +25,6 @@ steps:
|
||||||
# configure ssh identity by importing ssh key from secrets and adding it to
|
# 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
|
# ssh-agent. also disable strict host key checking as this is the first time
|
||||||
# the ephemeral runner is connecting to the remote host
|
# the ephemeral runner is connecting to the remote host
|
||||||
- which ssh-agent
|
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- echo "$SSH_KEY" > ~/.ssh/id_rsa
|
- echo "$SSH_KEY" > ~/.ssh/id_rsa
|
||||||
|
|
Loading…
Reference in New Issue