diff options
author | Evan Read <eread@gitlab.com> | 2018-11-27 04:31:47 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-27 04:31:47 +0000 |
commit | 2ee8c40fc16d977a2aed07bdcbb9c4eecb08d80d (patch) | |
tree | a7f869cee88d0f344c239e781238c1fa72c3e646 /doc/ci/examples | |
parent | ae975b9f1e8eeefd0e3b75c90101c1d7aaffa312 (diff) | |
parent | e238882d0c18c75b41b71f05ce44f5717fc75b4d (diff) | |
download | gitlab-ce-2ee8c40fc16d977a2aed07bdcbb9c4eecb08d80d.tar.gz |
Merge branch '54230-eliminate-duplicated-words' into 'master'
Eliminate duplicated words (for docs)
See merge request gitlab-org/gitlab-ce!23183
Diffstat (limited to 'doc/ci/examples')
-rw-r--r-- | doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md b/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md index 3ea81be1569..40ceef3d554 100644 --- a/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md +++ b/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md @@ -64,7 +64,7 @@ applications: ## Configure GitLab CI/CD to deploy your application -Now we need to add the the GitLab CI/CD configuration file +Now we need to add the GitLab CI/CD configuration file ([`.gitlab-ci.yml`](../../yaml/README.md)) to our project's root. This is how GitLab figures out what commands need to be run whenever code is pushed to our repository. We will add the following `.gitlab-ci.yml` |