Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-10 06:08:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-10 06:08:17 +0300
commit83ecb4b0df499a75a5eb54ebed3ea900606d3bb0 (patch)
treeb83bd047242a234533bff5263073f44279fba393 /doc/development/build_test_package.md
parent44a9f0d5c8339db14de6df522d114ef78791439f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/build_test_package.md')
-rw-r--r--doc/development/build_test_package.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/build_test_package.md b/doc/development/build_test_package.md
index 6784795e0bb..858ff41b685 100644
--- a/doc/development/build_test_package.md
+++ b/doc/development/build_test_package.md
@@ -24,7 +24,7 @@ trigger.
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
+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 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