This commit is contained in:
Philipp Lang 2022-11-22 16:03:04 +01:00
parent 766c083c51
commit daef6b1f20
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ steps:
- mkdir $HOME/.ssh
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
- echo "$KNOWN_HOSTS" > $HOME/.ssh/known_hosts
- cat $HOME/.ssh/known_hosts
- chmod 600 $HOME/.ssh/id_rsa
- git submodule update --init --recursive