Fix ssh host key verify issue with pipeline
We are seeing this in pipeline when it tried to ssh to the deployed instance:
$ if [ $CI_PIPELINE_SOURCE == 'merge_request_event' ]; then # collapsed multi-line command
Host key verification failed.
Edited by Bo-Chun Chen