Commit b27389b1 authored by nanahira's avatar nanahira

use tt

parent 4fafa4e9
Pipeline #312 failed with stages
in 4 minutes and 41 seconds
......@@ -7,7 +7,7 @@ source ${currentDir}/base # Get variables from base script.
VM_IP=$(_get_vm_ip)
ssh -i "${currentDir}/../ssh/id_rsa" -o StrictHostKeyChecking=no "$VC_SSH_USER@$VM_IP" "$VC_SHELL" < "${1}"
ssh -tt -i "${currentDir}/../ssh/id_rsa" -o StrictHostKeyChecking=no "$VC_SSH_USER@$VM_IP" "$VC_SHELL" < "${1}"
if [ $? -ne 0 ]; then
# Exit using the variable, to make the build as failure in GitLab
# CI.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment