Skip to content

Commit

Permalink
Fix default phase
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 10, 2025
1 parent 399585d commit 00f7e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qz/build/provision/Step.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ private Step sanitize() {
.validateOs()
.validateArch()
.enforcePhase(Type.PREFERENCE, Phase.STARTUP)
.enforcePhase(Type.CA, Phase.CERTGEN)
.enforcePhase(Type.CERT, Phase.STARTUP)
.enforcePhase(Type.SOFTWARE, Phase.INSTALL)
.enforcePhase(Type.REMOVER, Phase.INSTALL)
Expand Down

0 comments on commit 00f7e62

Please sign in to comment.