without host key checking initially
This commit is contained in:
parent
45ebcf0fd3
commit
06f262fb93
@ -14,14 +14,6 @@ steps:
|
||||
commands:
|
||||
- mkdir -p $HOME/.ssh/
|
||||
- echo "$SSH_KEY" | base64 -d > $HOME/.ssh/id_ed25519
|
||||
- |
|
||||
cat >$HOME/.ssh/config <<EOL
|
||||
Host ci.i.kjuulh.io
|
||||
IdentityFile ${SSH_KEY_ID}
|
||||
IdentitiesOnly yes
|
||||
UserKnownHostsFile=/dev/null
|
||||
StrictHostKeyChecking no
|
||||
EOL
|
||||
- name: build
|
||||
image: kasperhermansen/cuddle:latest
|
||||
pull: always
|
||||
|
Loading…
Reference in New Issue
Block a user