- Fixed CBA for Basic CNF macro after bad git push
  of binary file.
- Added nodeport exposure for cbapublish step when
  CBA file is already enriched
Issue-ID: TEST-376
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Icf4bbf94691453a5421467dc5c8ec876a0fa191a
 *.jpg binary
 *.xlsx binary
 *.csar -text
+*.zip binary
 
         """Let's skip enrichment if enriched CBA is already present"""
         if Path.is_file(settings.CDS_CBA_UNENRICHED):
             self.add_step(CbaEnrichStep(cleanup=cleanup))
+        else:
+            self.add_step(ExposeCDSBlueprintprocessorNodePortStep(cleanup=cleanup))
 
     @property
     def description(self) -> str: