From 7421e6f9f2b5889b05738af7eba568af6ae3fcbc Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 30 Mar 2020 06:07:59 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../bitbucket_integration.md | 4 +-- doc/ci/ci_cd_for_external_repos/index.md | 11 ++----- doc/ci/docker/using_docker_images.md | 37 ++++++++-------------- doc/ci/examples/php.md | 13 +++----- doc/ci/git_submodules.md | 8 ++--- doc/ci/pipelines/job_artifacts.md | 10 ++---- doc/ci/quick_start/README.md | 13 +++----- doc/ci/runners/README.md | 27 ++++++---------- doc/ci/services/docker-services.md | 2 ++ doc/ci/services/postgres.md | 9 ++---- doc/ci/ssh_keys/README.md | 4 +-- doc/ci/triggers/README.md | 21 ++++-------- doc/ci/variables/README.md | 18 ++--------- doc/ci/variables/predefined_variables.md | 10 ++---- doc/ci/yaml/README.md | 37 ++++++++-------------- 15 files changed, 71 insertions(+), 153 deletions(-) (limited to 'doc/ci') diff --git a/doc/ci/ci_cd_for_external_repos/bitbucket_integration.md b/doc/ci/ci_cd_for_external_repos/bitbucket_integration.md index 9aed5020f2b..3437f867cb8 100644 --- a/doc/ci/ci_cd_for_external_repos/bitbucket_integration.md +++ b/doc/ci/ci_cd_for_external_repos/bitbucket_integration.md @@ -16,7 +16,7 @@ To use GitLab CI/CD with a Bitbucket Cloud repository: ![Create project](img/external_repository.png) - GitLab will import the repository and enable [Pull Mirroring][pull-mirroring]. + GitLab will import the repository and enable [Pull Mirroring](../../user/project/repository/repository_mirroring.md#pulling-from-a-remote-repository-starter). 1. In GitLab create a [Personal Access Token](../../user/profile/personal_access_tokens.md) @@ -151,8 +151,6 @@ To use GitLab CI/CD with a Bitbucket Cloud repository: GitLab is now configured to mirror changes from Bitbucket, run CI/CD pipelines configured in `.gitlab-ci.yml` and push the status to Bitbucket. -[pull-mirroring]: ../../user/project/repository/repository_mirroring.md#pulling-from-a-remote-repository-starter - - -[ce-6323]: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/6323 -[ce-6669]: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/6669 -[ce-7983]: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/7983 -[ce-7447]: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/7447 -[ce-12909]: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/12909 -[ce-19232]: https://gitlab.com/gitlab-org/gitlab-foss/issues/19232 -[environment]: ../environments.md "CI/CD environments" -[schedules]: ../pipelines/schedules.md "Pipelines schedules" -[variables]: ../variables/README.md "CI/CD variables" -[push-option]: https://git-scm.com/docs/git-push#Documentation/git-push.txt--oltoptiongt -- cgit v1.2.1