We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f7249 commit 94bf1a9Copy full SHA for 94bf1a9
scripts/prepare-doc.sh
@@ -97,6 +97,6 @@ if [ "$PARAVIEW_DOC_UPLOAD" = "true" ]; then
97
cp -av "$VERSION"/ latest/
98
fi
99
if [ -f "${RSYNC_SSH_PRIVATE_KEY}" ]; then
100
- rsync -e "ssh -i $RSYNC_SSH_PRIVATE_KEY" -av --progress . kitware@web:
+ rsync -e "ssh -o StrictHostKeyChecking=accept-new -i $RSYNC_SSH_PRIVATE_KEY" -av --progress . kitware@web:
101
102
0 commit comments