mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
change path to fix windows log (#5692)
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
This commit is contained in:
committed by
GitHub
parent
06550eb233
commit
96ea52e882
@@ -20,7 +20,7 @@ echo "RESULT: $RESULT"
|
||||
# save log
|
||||
source .ibm/pipelines/functions.sh
|
||||
ibmcloud login --apikey "${API_KEY}" -r "${IBM_REGION}"
|
||||
sshpass -p $WINDOWS_PASSWORD scp -o StrictHostKeyChecking=no Administrator@$WINDOWS_IP:/tmp/${LOGFILE} /tmp/${LOGFILE}
|
||||
sshpass -p $WINDOWS_PASSWORD scp -o StrictHostKeyChecking=no Administrator@$WINDOWS_IP:~/AppData/Local/Temp/${LOGFILE} /tmp/${LOGFILE}
|
||||
save_logs "${LOGFILE}" "Windows Tests (OCP)" $RESULT
|
||||
|
||||
# cleanup
|
||||
|
||||
Reference in New Issue
Block a user