1
0
Эх сурвалжийг харах

Remove build target from logs

Ben Firshman 12 жил өмнө
parent
commit
26ea08087a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      plum/service.py

+ 1 - 1
plum/service.py

@@ -116,7 +116,7 @@ class Service(object):
         return container_options
 
     def build(self):
-        log.info('Building %s from "%s"...' % (self.name, self.options['build']))
+        log.info('Building %s...' % self.name)
 
         build_output = self.client.build(self.options['build'], stream=True)