Commit ac48766b authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): some servers don't have selfix as insecure repository

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent c304f6bb
......@@ -803,6 +803,9 @@ class Containerize():
if response.returncode != 0:
msg = 'Could not log into local registry'
logging.error(msg)
# Some servers might not be configured w/ selfix as insecure registry
if myRegistry == 'selfix':
continue
myCmd.close()
HTML.CreateHtmlTestRow(msg, 'KO', CONST.ALL_PROCESSES_OK)
return False
......
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