Commit da7d5610 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fix copy/pasta error

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 60d466ed
......@@ -550,7 +550,7 @@ def myShCmd(cmd, flag, user, host) {
def myShRetCmd(cmd, flag, user, host) {
if (flag) {
ret = sh returnStdout: true, script: "ssh -t -t ${user}@${host} 'cd /tmp/CI-CN-CUPS && ${cmd}'"
ret = sh returnStdout: true, script: "ssh -t -t ${user}@${host} 'cd /tmp/CI-CN-SPGWU && ${cmd}'"
} else {
ret = sh returnStdout: true, script: "${cmd}"
}
......
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