Skip to content
Snippets Groups Projects
Commit 87a34d05 authored by magdesign's avatar magdesign :speech_balloon:
Browse files

good point, thanks.

parent 4f6429cf
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,13 @@ This is done by using the artifacts from the CI runs as source to get packages w
**Installing packages**
Navigate to a merge request that you want to test.
After reading through the changes made in the merge request, run mrtest add with the ID.
After reading through the changes made in the merge request, run:
.. code-block::
$ mrtest add MR_ID.
replacing MR_ID with the number of the MR
It will automatically figure out the last pipeline, get the job with the suitable arch of your device, and show which packages are available for installation. Then you will be able to select the packages in an interactive prompt.
To install packages from a merge request in Alpine, use `mrtest add -a` (or --alpine).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment