Merge #54 fix log_info for image_build (fails if image_build is skipped)
This commit is contained in:
commit
fd64bba4dd
@ -27,7 +27,7 @@ class ImageBuildPhase(PhaseBase):
|
|||||||
if PhaseBase.skip(self):
|
if PhaseBase.skip(self):
|
||||||
return True
|
return True
|
||||||
if not self.compose.conf.get(self.name):
|
if not self.compose.conf.get(self.name):
|
||||||
self.log_info("Section '%s' was not found. Skipping" % self.name)
|
self.compose.log_info("Config section '%s' was not found. Skipping" % self.name)
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user