File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ blocks:
22
22
commands :
23
23
- git submodule init && git submodule update
24
24
- sudo ./tests/support/bats-core/install.sh /usr/local
25
- - rm ~/.ssh/known_hosts # tests should pass even with an empty known_hosts file
26
25
- bats tests
27
26
28
27
- name : Sem version tests
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ cache::lftp() {
457
457
cache::err " LFTP command can't be empty!"
458
458
fi
459
459
460
- command_log=$( echo -e " ${lftp_command} " | lftp sftp://$SEMAPHORE_CACHE_USERNAME :DUMMY@$SEMAPHORE_CACHE_URL -e ' set sftp:connect-program "ssh -o StrictHostKeyChecking=no - a -x -i ' " ${SEMAPHORE_CACHE_PRIVATE_KEY_PATH} " ' "' 2>&1 )
460
+ command_log=$( echo -e " ${lftp_command} " | lftp sftp://$SEMAPHORE_CACHE_USERNAME :DUMMY@$SEMAPHORE_CACHE_URL -e ' set sftp:connect-program "ssh -a -x -i ' " ${SEMAPHORE_CACHE_PRIVATE_KEY_PATH} " ' "' 2>&1 )
461
461
command_status=$?
462
462
463
463
if [[ " ${print_log} " == " with_logs" ]] && [ -n " $command_log " ]; then
You can’t perform that action at this time.
0 commit comments