summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-01-18 09:13:08 +0100
committerRémy Coutable <remy@rymai.me>2019-01-24 08:43:11 +0100
commitf8a10191f0ab7f9e2d1507891771a29b222009ea (patch)
treec1d0271544db45bb4e46bc856862b1a9724bda0e /doc
parent67dfd8786be3bd0b4b46282f220cf049c3cdcc9a (diff)
downloadgitlab-ce-f8a10191f0ab7f9e2d1507891771a29b222009ea.tar.gz
Use $CI_COMMIT_REF_NAME for tags in trigger-build
Also, pass GITLAB_VERSION and GITLAB_ASSETS_TAG to CNG triggered pipelines. Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc')
-rw-r--r--doc/development/testing_guide/review_apps.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/development/testing_guide/review_apps.md b/doc/development/testing_guide/review_apps.md
index 19aecedb27c..3af97717775 100644
--- a/doc/development/testing_guide/review_apps.md
+++ b/doc/development/testing_guide/review_apps.md
@@ -4,10 +4,6 @@ Review Apps are automatically deployed by each pipeline, both in
[CE](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22010) and
[EE](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6665).
-CAUTION: **Warning:**
-There's currently [an issue when using `/` in branch names][charts-1068] where
-Review Apps fail to be deployed.
-
## How does it work?
### CD/CD architecture diagram