This commit is contained in:
parent
519d456b84
commit
4de0eef90a
@ -11,6 +11,7 @@ steps:
|
|||||||
- name: output
|
- name: output
|
||||||
path: /output
|
path: /output
|
||||||
commands:
|
commands:
|
||||||
|
- mkdir -p $HOME/.ssh
|
||||||
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
|
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
|
||||||
- chmod 600 $HOME/.ssh/known_hosts
|
- chmod 600 $HOME/.ssh/known_hosts
|
||||||
- ssh-keyscan -H git@git.ericxliu.me > ~/.ssh/known_hosts 2> /dev/null
|
- ssh-keyscan -H git@git.ericxliu.me > ~/.ssh/known_hosts 2> /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user