From 4e0af6c2b25667e01ce2faeb21e6838edad08e43 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Fri, 2 Aug 2019 12:40:25 +0900 Subject: Fix examples in ci variables doc Examples were being hidden on docs.gitlab.com, so style was changed to make sure they render properly, as well as fixing a link --- doc/ci/variables/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 2a92cfb9c10..c63b1e104ed 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -371,8 +371,8 @@ variables take precedence over those defined in `.gitlab-ci.yml`. There are cases where some variables cannot be used in the context of a `.gitlab-ci.yml` definition (for example under `script`). Read more about which variables are [not supported](where_variables_can_be_used.md). - -## Where variables can be used + +## Where variables can be used Click [here](where_variables_can_be_used.md) for a section that describes where and how the different types of variables can be used. -- cgit v1.2.1