Commit 99d2ad8e authored by Raphael Defosseux's avatar Raphael Defosseux

chore(ci): entitlement folder should be created before copying

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent b5ac09de
......@@ -450,6 +450,7 @@ class Containerize():
cmd.cd(lSourcePath)
# if asterix, copy the entitlement and subscription manager configurations
if self.host == 'Red Hat':
cmd.run('mkdir -p ./etc-pki-entitlement')
cmd.run('cp /etc/pki/entitlement/*.pem ./etc-pki-entitlement/')
baseImage = 'ran-base'
......
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