Commit d19f9a96 authored by Shinya Maeda's avatar Shinya Maeda

Exclude schedule variables from Import/Export feature

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