From b3278e1d51aaad0640929272f2b4b1ef08a8af4c Mon Sep 17 00:00:00 2001 From: ChangSun Youm Date: Mon, 15 Jan 2018 08:08:07 +0000 Subject: [PATCH] Remove duplicated section of ## GitLab CI/CD for Docker --- doc/ci/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/ci/README.md b/doc/ci/README.md index fb85b4ae30624e..789ad966199086 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -83,15 +83,6 @@ Leverage the power of Docker to run your CI pipelines. - [CI services (linked Docker containers)](services/README.md) - Article (2016-03-01): [Setting up GitLab Runner For Continuous Integration](https://about.gitlab.com/2016/03/01/gitlab-runner-with-docker/) -## GitLab CI/CD for Docker - -Leverage the power of Docker to run your CI pipelines. - -- [Use Docker images with GitLab Runner](docker/using_docker_images.md) -- [Use CI to build Docker images](docker/using_docker_build.md) -- [CI services (linked Docker containers)](services/README.md) -- Article (2016-03-01): [Setting up GitLab Runner For Continuous Integration](https://about.gitlab.com/2016/03/01/gitlab-runner-with-docker/) - ## Review Apps - [Review Apps documentation](review_apps/index.md) -- GitLab