Skip to content
Snippets Groups Projects

Delete old pipelines

Merged Marius Bobin requested to merge 498969-test-poc into master
4 files
+ 76
21
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -2,6 +2,7 @@
class ProjectCiCdSetting < ApplicationRecord
include ChronicDurationAttribute
include EachBatch
belongs_to :project, inverse_of: :ci_cd_settings
@@ -38,7+39,7 @@
allow_nil: true,
numericality: {
only_integer: true,
greater_than_or_equal_to: 1.day.seconds,
message: N_('must be at least 1 day')
}
Loading