class DockerJockey::GitHelper

Public Instance Methods

run(args, options) click to toggle source
# File lib/utils/git_helper.rb, line 5
def run(args, options)
  DockerJockey.logger.debug args
  DockerJockey.logger.debug options
  # Just passing this along to git
  DockerJockey.docker_exec("treeder/git", args, options)
end