def comment(self, comment):
     # Sandcastle can't deal with many single quotes (#15546368) so
     # we can't `echo` the comment or anything like that.
     return shell_comment(comment)
示例#2
0
 def comment(self, comment):
     # This should not be a command since we don't want comment changes
     # to invalidate the Docker build cache.
     return shell_comment(comment)
示例#3
0
 def comment(self, comment):
     # This should not be a command since we don't want comment changes
     # to invalidate the Docker build cache.
     return shell_comment(comment)
示例#4
0
 def comment(self, comment):
     return shell_comment(comment)
 def comment(self, comment):
     return shell_comment(comment)