Rem host checking
This commit is contained in:
parent
ad575c28d9
commit
05b88fe45e
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ steps:
|
|||
commands:
|
||||
- apk add --update openssh-client bash
|
||||
- eval $(ssh-agent -s)
|
||||
- export GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
||||
- git remote set-url origin "${CI_REPO_CLONE_SSH_URL}"
|
||||
- bash -c 'ssh-add <(echo "$SSH_PRIVATE_KEY")'
|
||||
- git config --global user.email "${author_email:-git@polarolouis.fr}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue