Commit 96d915b5 authored by nanahira's avatar nanahira

use T

parent b27389b1
Pipeline #313 passed with stages
in 6 minutes and 52 seconds
...@@ -7,7 +7,7 @@ source ${currentDir}/base # Get variables from base script. ...@@ -7,7 +7,7 @@ source ${currentDir}/base # Get variables from base script.
VM_IP=$(_get_vm_ip) VM_IP=$(_get_vm_ip)
ssh -tt -i "${currentDir}/../ssh/id_rsa" -o StrictHostKeyChecking=no "$VC_SSH_USER@$VM_IP" "$VC_SHELL" < "${1}" ssh -T -i "${currentDir}/../ssh/id_rsa" -o StrictHostKeyChecking=no "$VC_SSH_USER@$VM_IP" "$VC_SHELL" < "${1}"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
# Exit using the variable, to make the build as failure in GitLab # Exit using the variable, to make the build as failure in GitLab
# CI. # 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