Commit c7927169 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fix typo when removing temporary image

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent da7d5610
......@@ -417,7 +417,7 @@ pipeline {
// Removing temporary / intermediate images
try {
if (env.ghprbPullId != null) {
myShCmd('docker image rm --force oai-spgwu:ci-temp', new_host_flag, new_host_user, new_host)
myShCmd('docker image rm --force oai-spgwu-tiny:ci-temp', new_host_flag, new_host_user, new_host)
}
} catch (Exception e) {
echo "We failed to delete the OAI-SPGWU temp image"
......
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