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 c5fc5c83d2
commit 44805b9e62

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