github.com/mgood/deis@v1.0.2-0.20141120022609-9a185b756e7d/controller/registry/mock.py (about)

     1  
     2  def publish_release(source, config, target):
     3      """
     4      Publish a new release as a Docker image
     5  
     6      This is a mock implementation used for unit tests
     7      """
     8      return None