ci/release/build.sh: Disable StrictHostKeyChecking

This commit is contained in:
Anmol Sethi 2022-11-14 13:34:13 -08:00
parent a8705666fb
commit 2ad39b2ec9

View file

@ -191,4 +191,8 @@ TERM=$TERM \
sh_c rsync --archive --human-readable "$RHOST:src/d2/$ARCHIVE" "$ARCHIVE" sh_c rsync --archive --human-readable "$RHOST:src/d2/$ARCHIVE" "$ARCHIVE"
} }
ssh() {
command ssh -o='StrictHostKeyChecking=accept-new' "$@"
}
main "$@" main "$@"