cls_oaicitest.py: use new cls_cmd.getConnection() instead of old SSHconnection class
It is clearer in CI logs to use absolute paths, and that is also a "preference" of the new SSH class (cls_cmd.py) in the sense that some functions don't handle "cd" gracefully (because of underlying Python library paramiko). For zip, though, we should change to have nice relative paths in the archives, so use cd <path> && zip ... to achieve that, instead of changing to a directory. This way, the path on which we operate is still visible in the logs in each line.
Showing
Please register or sign in to comment