Closed merlimat closed 4 months ago
The apk upgrade step is failing for permission issue because it's done after the user is not root anymore. Changing the order to avoid the issue.
apk upgrade
Describe the modifications you've done.
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
This change added tests and can be verified as follows:
(example:)
Check the box below.
Need to update docs?
[ ] doc-required
doc-required
(If you need help on updating docs, create a doc issue)
[X] no-need-doc
no-need-doc
(Please explain why)
[ ] doc
doc
(If this PR contains doc changes)
Motivation
The
apk upgrade
step is failing for permission issue because it's done after the user is not root anymore. Changing the order to avoid the issue.Modifications
Describe the modifications you've done.
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Documentation
Check the box below.
Need to update docs?
[ ]
doc-required
(If you need help on updating docs, create a doc issue)
[X]
no-need-doc
(Please explain why)
[ ]
doc
(If this PR contains doc changes)