diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-04-07 18:56:25 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-04-07 18:56:25 +0000 |
commit | 9bf3dfd7628f8c9be04709cd177759484808e7f5 (patch) | |
tree | 78e2b72b973260f25d9db28895444c1b404da6da /doc | |
parent | 314370282c13db2f5466a0241988cf60abddb58e (diff) | |
parent | f18e05b9a4dfd1a4fabfa82bf36c749265edded4 (diff) | |
download | gitlab-ce-9bf3dfd7628f8c9be04709cd177759484808e7f5.tar.gz |
Merge branch 'docs/ci-variables-remove-my-email' into 'master'
Remove wrong user email from CI variables example output
See merge request !10554
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/variables/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 53c29a4fd98..045d3821f66 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -311,7 +311,7 @@ Running on runner-8a2f473d-project-1796893-concurrent-0 via runner-8a2f473d-mach ++ export GITLAB_USER_ID=42 ++ GITLAB_USER_ID=42 ++ export GITLAB_USER_EMAIL=user@example.com -++ GITLAB_USER_EMAIL=axilleas@axilleas.me +++ GITLAB_USER_EMAIL=user@example.com ++ export VERY_SECURE_VARIABLE=imaverysecurevariable ++ VERY_SECURE_VARIABLE=imaverysecurevariable ++ mkdir -p /builds/gitlab-examples/ci-debug-trace.tmp |