Commit 6759d885 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: typo in deploying spgwu

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent f57e1be8
......@@ -224,9 +224,9 @@ pipeline {
steps {
script {
if (env.ghprbPullId != null) {
myShCmd('docker run --privileged --name ci-oai-spgwu -d oai-spgwu:ci-temp /bin/bash -c "sleep infinity"', new_host_flag, new_host_user, new_host)
myShCmd('docker run --privileged --name ci-oai-spgwu -d oai-spgwu-tiny:ci-temp /bin/bash -c "sleep infinity"', new_host_flag, new_host_user, new_host)
} else {
myShCmd('docker run --privileged --name ci-oai-spgwu -d oai-spgwu:develop /bin/bash -c "sleep infinity"', new_host_flag, new_host_user, new_host)
myShCmd('docker run --privileged --name ci-oai-spgwu -d oai-spgwu-tiny:develop /bin/bash -c "sleep infinity"', new_host_flag, new_host_user, new_host)
}
// First connect S1-U --> will be eth1
myShCmd('docker network connect ci-s1u ci-oai-spgwu', new_host_flag, new_host_user, new_host)
......
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