lib/shipit/cli/configuration_file.rb in intello-shipit-cli-1.2.0 vs lib/shipit/cli/configuration_file.rb in intello-shipit-cli-1.3.0
- old
+ new
@@ -1,10 +1,10 @@
require "yaml"
module Shipit
module Cli
class ConfigurationFile
- ATTR_READER = [:endpoint, :private_token, :protected_branches]
+ ATTR_READER = [:endpoint, :private_token, :protected_branches, :ship_skips_ci]
attr_reader(*ATTR_READER)
def initialize(path, configuration = nil)
@path = path
@file = load_file