summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/config/entry/policy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/config/entry/policy.rb')
-rw-r--r--lib/gitlab/ci/config/entry/policy.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gitlab/ci/config/entry/policy.rb b/lib/gitlab/ci/config/entry/policy.rb
index decacebee55..41a3737b34a 100644
--- a/lib/gitlab/ci/config/entry/policy.rb
+++ b/lib/gitlab/ci/config/entry/policy.rb
@@ -44,6 +44,9 @@ module Gitlab
['policy has to be either an array of conditions or a hash']
end
end
+
+ def self.default
+ end
end
end
end