summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r--app/models/commit.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb
index bfc7878..bc33350 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -58,10 +58,6 @@ class Commit < ActiveRecord::Base
project.gitlab?
end
- def ci_skip?
- !!(git_commit_message =~ /(\[ci skip\])/)
- end
-
def git_author_name
commit_data[:author][:name] if commit_data && commit_data[:author]
end