Skip to content

Commit

Permalink
Fix Deb Upgrade step (missing upgrade)
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Nov 12, 2024
1 parent 2de4b44 commit eef5b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master-libvirt/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ f_deb_install.addStep(getPAMTestStep())
f_deb_upgrade = util.BuildFactory()
f_deb_upgrade.addStep(getMajorVersionStep())
f_deb_upgrade.addStep(getScript("deb-upgrade.sh"))
f_deb_upgrade.addStep(getDebUpgradeStep())

## f_rpm_install
f_rpm_install = util.BuildFactory()
Expand Down

0 comments on commit eef5b19

Please sign in to comment.