Skip to content
Snippets Groups Projects
gitlab.rb 115 B
Newer Older
  • Learn to ignore specific revisions
  • require 'gitlab/git'
    
    module Gitlab
    
      def self.com?
        Gitlab.config.gitlab.url == 'https://gitlab.com'
      end