Remove gitlab-docs/gitlab-docs-lint images from this repository

gitlab-org/gitlab-docs has their own image manifests/registry.

https://gitlab.com/gitlab-org/gitlab-docs/-/tree/master/dockerfiles
https://gitlab.com/gitlab-org/gitlab-docs/container_registry

https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/662
https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/656

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2021-01-11 04:34:49 +00:00
parent d17876dde0
commit ecce785a97
3 changed files with 0 additions and 52 deletions

View file

@ -124,9 +124,6 @@ ubi-release test: *test_build
www-gitlab-com-2.6 test: *test_build
build-git: *test_build
terraform test: *test_build
# Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml
gitlab-docs test: *test_build
gitlab-docs-lint test: *test_build
# Used by go projects for linting https://gitlab.com/gitlab-org/gitlab/blob/master/doc/development/go_guide/index.md#automatic-linting
golangci-lint-alpine test: *test_build
# Used by gitlab-operator: https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator
@ -201,9 +198,6 @@ ubi-release: *build_and_deploy
www-gitlab-com-2.6: *build_and_deploy
build-git: *build_and_deploy
terraform: *build_and_deploy
# Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml
gitlab-docs: *build_and_deploy
gitlab-docs-lint: *build_and_deploy
# Used by go projects for linting https://gitlab.com/gitlab-org/gitlab/blob/master/doc/development/go_guide/index.md#automatic-linting
golangci-lint-alpine: *build_and_deploy
# Used by gitlab-operator: https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator