diff options
author | Marin Jankovski <marin@gitlab.com> | 2018-10-30 09:22:03 +0000 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2018-10-30 09:22:03 +0000 |
commit | ef220c4d5baaaec54d4e9f46a4a777c29e2c0363 (patch) | |
tree | 88b08798cbaea605f63cc30843ba6a8ae5b4d803 /doc | |
parent | 6d7e52bdeb062d0f4af46f3c5756841db5a67a5f (diff) | |
parent | 25be3f83af48035e295198227d5280ea51238fd8 (diff) | |
download | gitlab-ce-ef220c4d5baaaec54d4e9f46a4a777c29e2c0363.tar.gz |
Merge branch 'mlapierre-master-patch-47853' into 'master'
Fix Review Apps testing guide
See merge request gitlab-org/gitlab-ce!22670
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/testing_guide/review_apps.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/testing_guide/review_apps.md b/doc/development/testing_guide/review_apps.md index 4292a17bfa5..4f4ff85fe1d 100644 --- a/doc/development/testing_guide/review_apps.md +++ b/doc/development/testing_guide/review_apps.md @@ -37,9 +37,9 @@ Review Apps are automatically deployed by each pipeline, both in review app manually, and is also started by GitLab once a branch is deleted - [TBD] Review apps are cleaned up regularly using a pipeline schedule that runs the [`scripts/review_apps/automated_cleanup.rb`][automated_cleanup.rb] script -- If you're unable to log in using the `root` username and password the - deployment may have failed. Stop the review app via the `stop_review` - manual job and then retry the `review` job to redeploy the review app. +- If you're unable to log in using the `root` username and password, the + deployment may have failed. Stop the Review App via the `stop_review` + manual job and then retry the `review` job to redeploy the Review App. [^1]: We use the `CNG-mirror` project so that the `CNG`, (**C**loud **N**ative **G**itLab), project's registry is not overloaded with a lot of transient Docker images. |