Commit 395491d4 authored by Shinya Maeda's avatar Shinya Maeda

Exclude schedule variables from Import/Export feature

parent b6f41544
......@@ -5,6 +5,6 @@ module Ci
belongs_to :pipeline_schedule
validates :key, uniqueness: { scope: :pipeline_schedule_id }, presence: { unless: :importing? }
validates :key, uniqueness: { scope: :pipeline_schedule_id }
end
end
......@@ -42,8 +42,7 @@ project_tree:
- :stages
- :statuses
- :triggers
- pipeline_schedules:
- :variables
- :pipeline_schedules
- :services
- :hooks
- protected_branches:
......
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