Skip to content

Commit

Permalink
Remove references to --phase
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Oct 14, 2024
1 parent 71e5f0a commit a808631
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Subcommands:
check --target-version TARGET_VERSION Run pre-upgrade checks for upgrading to specified version
--disable-self-upgrade Disable automatic self upgrade (default: false)
run --target-version TARGET_VERSION Run the full upgrade
[--phase=phase TARGET_VERSION] Run just a specific phase of the upgrade
--disable-self-upgrade Disable automatic self upgrade (default: false)
advanced Advanced tools for server maintenance
Expand Down
1 change: 0 additions & 1 deletion lib/foreman_maintain/upgrade_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def skip_phase(skipped_phase)
@reporter.before_scenario_starts(scenario)
@reporter.puts <<~MESSAGE
Skipping #{skipped_phase} phase as it was already run before.
To enforce to run the phase, use `upgrade run --phase #{skipped_phase}`
MESSAGE
@reporter.after_scenario_finishes(scenario)
end
Expand Down

0 comments on commit a808631

Please sign in to comment.