Commit ff3484a0 authored by Markus Doits's avatar Markus Doits

remove now unneeded validation

parent 7c5c1e92
......@@ -28,7 +28,6 @@ module Gitlab
validates :allow_failure, boolean: true
validates :parallel, numericality: { only_integer: true,
greater_than_or_equal_to: 2 }
validates :retry, hash_or_integer: true
validates :when,
inclusion: { in: %w[on_success on_failure always manual delayed],
......
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