Skip to content

Commit

Permalink
ci: only manage the v1.10.x pipeline on this branch
Browse files Browse the repository at this point in the history
see related commit ec23cf0 on master

[skip ci]
  • Loading branch information
flavorjones committed Mar 30, 2020
1 parent e2e191d commit 9091602
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ end

require 'concourse'
Concourse.new("nokogiri", fly_target: "ci") do |c|
c.add_pipeline "nokogiri", "nokogiri.yml"
c.add_pipeline "nokogiri-pr", "nokogiri-pr.yml"
c.add_pipeline "nokogiri-v1.10.x", "nokogiri-v1.10.x.yml"
end

Expand Down

0 comments on commit 9091602

Please sign in to comment.