summaryrefslogtreecommitdiff
path: root/doc/ci/review_apps
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-05-30 06:23:46 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-30 06:23:46 +0000
commitb3408accccc7d832cf52dd7fa2d24c6c502e0af4 (patch)
tree2436b613fa10a0f9e7e197a78c2981e66f93efc6 /doc/ci/review_apps
parent84486909bda9cc0d82249726122760fef48a6547 (diff)
downloadgitlab-ce-b3408accccc7d832cf52dd7fa2d24c6c502e0af4.tar.gz
Add doc type
For ssot epic
Diffstat (limited to 'doc/ci/review_apps')
-rw-r--r--doc/ci/review_apps/index.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md
index 1a71c5fd258..7b039fe6654 100644
--- a/doc/ci/review_apps/index.md
+++ b/doc/ci/review_apps/index.md
@@ -1,9 +1,13 @@
+---
+type: reference
+---
+
# Review Apps
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/21971) in GitLab 8.12. Further additions were made in GitLab 8.13 and 8.14.
> - Inspired by [Heroku's Review Apps](https://devcenter.heroku.com/articles/github-integration-review-apps), which itself was inspired by [Fourchette](https://github.com/rainforestapp/fourchette).
-Review Apps are a collaboration tool that takes the hard work out of providing an environment to showcase product changes.
+Review Apps is a collaboration tool that takes the hard work out of providing an environment to showcase product changes.
## Introduction
@@ -18,7 +22,7 @@ Review Apps:
In the above example:
-- A Review App is built every time a commit is pushed to`topic branch`.
+- A Review App is built every time a commit is pushed to `topic branch`.
- The reviewer fails two reviews before passing the third review.
- Once the review as passed, `topic branch` is merged into `master` where it's deploy to staging.
- After been approved in staging, the changes that were merged into `master` are deployed in to production.