Skip to content

Commit

Permalink
Remove extra conditional
Browse files Browse the repository at this point in the history
I think we only need one because step_for also handles the version and
task check which this calls into. I don't know why but we're missing the
rebuild task.
  • Loading branch information
eileencodes committed Apr 20, 2023
1 parent cd973fd commit cde0828
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipeline-generate
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ end
activerecord postgresql:test postgresdb
activerecord sqlite3:test default
).each_slice(3) do |dir, task, service|
next unless RAILS_VERSION >= Gem::Version.new("7.1.0.alpha") && task == "trilogy:test"

steps_for(dir, task, service: service)

next unless MAINLINE
Expand Down

0 comments on commit cde0828

Please sign in to comment.