summaryrefslogtreecommitdiff
path: root/doc/ci/variables/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-12-07 15:29:40 +0100
committerAchilleas Pipinellis <axil@gitlab.com>2017-12-13 10:49:59 +0100
commitf06982bf92ad93e7efec397f658eb3e53e727c50 (patch)
treea1bdcdfc786e1f601c7ace41e5bbd3108cb51147 /doc/ci/variables/README.md
parenta11fae2489c650bcb6cdd9e5a31c0ea01041256f (diff)
downloadgitlab-ce-f06982bf92ad93e7efec397f658eb3e53e727c50.tar.gz
Make usage of SSH keys in CI/CD more cleardocs/ci-ssh-keys
Diffstat (limited to 'doc/ci/variables/README.md')
-rw-r--r--doc/ci/variables/README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index a9e6bda9916..b9d4a2098ed 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -213,14 +213,15 @@ An example project service that defines deployment variables is
## Debug tracing
> Introduced in GitLab Runner 1.7.
->
-> **WARNING:** Enabling debug tracing can have severe security implications. The
- output **will** contain the content of all your secret variables and any other
- secrets! The output **will** be uploaded to the GitLab server and made visible
- in job traces!
+
+CAUTION: **Warning:**
+Enabling debug tracing can have severe security implications. The
+output **will** contain the content of all your secret variables and any other
+secrets! The output **will** be uploaded to the GitLab server and made visible
+in job traces!
By default, GitLab Runner hides most of the details of what it is doing when
-processing a job. This behaviour keeps job traces short, and prevents secrets
+processing a job. This behavior keeps job traces short, and prevents secrets
from being leaked into the trace unless your script writes them to the screen.
If a job isn't working as expected, this can make the problem difficult to