From cde08283a7f570c1b0185eb626f835e393350801 Mon Sep 17 00:00:00 2001 From: eileencodes Date: Thu, 20 Apr 2023 10:24:17 -0400 Subject: [PATCH] Remove extra conditional 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. --- pipeline-generate | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipeline-generate b/pipeline-generate index 89608b7d..752fde90 100755 --- a/pipeline-generate +++ b/pipeline-generate @@ -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