summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Hendricks <ehendricks@gitlab.com>2019-04-03 15:40:01 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-04-03 15:40:01 +0000
commit9b797e9e942e16020f2960e80aef1f3ef987f385 (patch)
tree16a2636e77a12f11a52910f5042a2817324a12c0
parente2e8c9ee98852b174a6389ecd3d3f731c2ff9df7 (diff)
downloadgitlab-ce-9b797e9e942e16020f2960e80aef1f3ef987f385.tar.gz
Removing redundant "predefined"
-rw-r--r--doc/ci/review_apps/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md
index 9dbcf9d1155..53651a807c2 100644
--- a/doc/ci/review_apps/index.md
+++ b/doc/ci/review_apps/index.md
@@ -81,7 +81,7 @@ The process of adding Review Apps in your workflow is as follows:
1. Set up the infrastructure to host and deploy the Review Apps.
1. [Install](https://docs.gitlab.com/runner/install/) and [configure](https://docs.gitlab.com/runner/commands/) a Runner to do deployment.
-1. Set up a job in `.gitlab-ci.yml` that uses the predefined [predefined CI environment variable](../variables/README.md) `${CI_COMMIT_REF_NAME}` to create dynamic environments and restrict it to run only on branches.
+1. Set up a job in `.gitlab-ci.yml` that uses the [predefined CI environment variable](../variables/README.md) `${CI_COMMIT_REF_NAME}` to create dynamic environments and restrict it to run only on branches.
1. Optionally, set a job that [manually stops](../environments.md#stopping-an-environment) the Review Apps.
After adding Review Apps to your workflow, you follow the branched Git flow. That is: