We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cdddf commit 2e6ffd3Copy full SHA for 2e6ffd3
ci_tutorial/packages_pipeline/multi_configuration.rst
@@ -33,7 +33,7 @@ We have done a few changes and extra steps:
33
- The second step is create from the ``graph.json`` a ``built.json`` **package list** file, with the packages that needs to be uploaded,
34
in this case, only the packages that have been built from source (``--graph-binaries=build``) will be uploaded. This is
35
done for efficiency and faster uploads.
36
-- Third step is to enable the ``packages`` repository. It was not enabled to guarantee that al possible dependencies came from ``develop``
+- Third step is to enable the ``packages`` repository. It was not enabled to guarantee that all possible dependencies came from ``develop``
37
repo only.
38
- Then, we will upload the ``built.json`` package list to the ``packages`` repository, creating the ``uploaded_release.json``
39
package list with the new location of the packages (the server repository).
0 commit comments