summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalasankar C <balasankar@gitlab.com>2017-05-04 21:33:28 +0530
committerBalasankar C <balasankar@gitlab.com>2017-05-04 21:33:28 +0530
commitcfd7471793880a7d6a80b1985ea350c7147caa76 (patch)
treeadb33e565fbcf3ad9cd4e79ad46d8c6cbd7d8e42
parent2b84e04a6103fa1c9106d25e0b436f9cf3c69645 (diff)
downloadgitlab-ce-manual-build-trigger.tar.gz
Fix language problemsmanual-build-trigger
-rw-r--r--doc/development/build_test_package.md18
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