ci/release/build.sh: Disable StrictHostKeyChecking
This commit is contained in:
parent
a8705666fb
commit
2ad39b2ec9
1 changed files with 4 additions and 0 deletions
|
|
@ -191,4 +191,8 @@ TERM=$TERM \
|
|||
sh_c rsync --archive --human-readable "$RHOST:src/d2/$ARCHIVE" "$ARCHIVE"
|
||||
}
|
||||
|
||||
ssh() {
|
||||
command ssh -o='StrictHostKeyChecking=accept-new' "$@"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue