diff options
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/build_test_package.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/development/build_test_package.md b/doc/development/build_test_package.md index 4f204a6edc9..2bc1a700844 100644 --- a/doc/development/build_test_package.md +++ b/doc/development/build_test_package.md @@ -11,19 +11,19 @@ registry](https://gitlab.com/gitlab-org/omnibus-gitlab/container_registry) (images titled `gitlab-ce` and `gitlab-ee` respectively and image tag is the commit which triggered the pipeline). -So, if you push a commit to gitlab-ce or gitlab-ee projects, if you check the -pipeline corresponding to that commit, you can see a manual action which you can -use. +When you push a commit to either the gitlab-ce or gitlab-ee project, the +pipeline for that commit will have a `build-package` manual action you can +trigger. ## Specifying versions of components -If you want to create a package from specific branch, commit or tag of any of -the GitLab component (like GitLab Workhorse, Gitaly, GitLab Pages, etc.), you +If you want to create a package from a specific branch, commit or tag of any of +the GitLab components (like GitLab Workhorse, Gitaly, GitLab Pages, etc.), you can specify the branch name, commit sha or tag in the component's respective -`*_VERSION` file. For example, if you want to build a package that uses branch -`0-1-stable`, modify the content of `GITALY_SERVER_VERSION` to `0-1-stable` and -push the commit. This will create a manual job that can be used to trigger the -build. +`*_VERSION` file. For example, if you want to build a package that uses the +branch `0-1-stable`, modify the content of `GITALY_SERVER_VERSION` to +`0-1-stable` and push the commit. This will create a manual job that can be +used to trigger the build. ## Specifying the branch in omnibus-gitlab repository |