skip SSH key check for simpler builds in the Docker container

This commit is contained in:
Christian Rauch 2023-08-07 19:51:07 +02:00 committed by Daniel Agar
parent 29f352d49d
commit a128517897
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ else()
endif()
add_custom_target(upload
COMMAND rsync -arh --progress
COMMAND rsync -arh --progress -e "ssh -o StrictHostKeyChecking=no"
${CMAKE_RUNTIME_OUTPUT_DIRECTORY} ${PX4_SOURCE_DIR}/posix-configs/rpi/*.config ${PX4_BINARY_DIR}/etc # source
pi@${AUTOPILOT_HOST}:/home/pi/px4 # destination
DEPENDS px4