Commit 4b8c52f2 authored by Shinya Maeda's avatar Shinya Maeda

Fix /models/ci/pipeline.rb

parent f7da15ba
......@@ -38,7 +38,7 @@ module Ci
validates :status, presence: { unless: :importing? }
validate :valid_commit_sha, unless: :importing?
# before_save :set_protected
before_save :set_protected
after_create :keep_around_commits, unless: :importing?
enum source: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment