mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
fix comment override for windows test (#5417)
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
This commit is contained in:
committed by
GitHub
parent
752c9285df
commit
b7fed623c5
@@ -21,7 +21,7 @@ echo "RESULT: $RESULT"
|
||||
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}
|
||||
save_logs "${LOGFILE}" "OpenShift Windows Tests" $RESULT
|
||||
save_logs "${LOGFILE}" "Windows Tests (OCP)" $RESULT
|
||||
|
||||
# cleanup
|
||||
sshpass -p $WINDOWS_PASSWORD ssh Administrator@$WINDOWS_IP -o StrictHostKeyChecking=no rm -rf /tmp/windows-test-script.ps1
|
||||
|
||||
Reference in New Issue
Block a user