Skip to content

Commit

Permalink
chore: parse main_branch_candidates as a list
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 15, 2021
1 parent 021a869 commit 829e0b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pact_broker/config/runtime_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ def webhook_host_whitelist= webhook_host_whitelist
super(value_to_string_array(webhook_host_whitelist, "webhook_host_whitelist"))
end

def main_branch_candidates= main_branch_candidates
super(value_to_string_array(main_branch_candidates, "main_branch_candidates"))
end

def features= features
super(value_to_string_array(features, "features").collect(&:downcase))
end
Expand Down

0 comments on commit 829e0b4

Please sign in to comment.