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-12-16 03:09:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-16 03:09:58 +0300
commiteba30e2ad821f653970486c4122fcca22cee27d9 (patch)
tree3ac82907511905cc54127b13c2c20ad7c2d356c2 /doc/development/build_test_package.md
parente32167eb636d14acd5e431ccc1e367f9a57d8a4e (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 ab90fdc0632..421ee5d0c84 100644
--- a/doc/development/build_test_package.md
+++ b/doc/development/build_test_package.md
@@ -13,7 +13,7 @@ pipeline that can be used to trigger a pipeline in the Omnibus GitLab repository
that will create:
- A deb package for Ubuntu 16.04, available as a build artifact, and
-- A Docker image, which is pushed to [Omnibus GitLab's container
+- A Docker image, which is pushed to the [Omnibus GitLab container
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).