Skip to content

Commit

Permalink
drop Procedures::Packages::Update from foreman premigrations
Browse files Browse the repository at this point in the history
this already happens (correctly) in the migrations phase
  • Loading branch information
evgeni authored and ehelms committed May 6, 2024
1 parent 0230a12 commit 082a3b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions definitions/scenarios/foreman_upgrade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ class PreMigrations < Abstract

def compose
add_steps(
Procedures::Packages::Update.new(
:assumeyes => true,
:dnf_options => ['--downloadonly']
),
Procedures::MaintenanceMode::EnableMaintenanceMode,
Procedures::Crond::Stop,
Procedures::SyncPlans::Disable
Expand Down

0 comments on commit 082a3b5

Please sign in to comment.