diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-01 09:57:09 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-01 09:57:09 +0200 |
commit | 141783d5927da962a41af08e5d7dfb37f7072e0f (patch) | |
tree | 1f940a678b714807357c5e8cc1fc38fe9391f1e6 /doc/ci | |
parent | 9a7690f9e29fc31161e4ca94b4a44c035d84c02e (diff) | |
download | gitlab-ce-141783d5927da962a41af08e5d7dfb37f7072e0f.tar.gz |
Add link to triggers doc in variables section
[ci skip]
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/variables/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 9e89e6e395e..b0e53cbc261 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -30,7 +30,7 @@ The API_TOKEN will take the Secure Variable value: `SECURE`. | **CI_BUILD_REF_NAME** | all | The branch or tag name for which project is built | | **CI_BUILD_ID** | all | The unique id of the current build that GitLab CI uses internally | | **CI_BUILD_REPO** | all | The URL to clone the Git repository | -| **CI_BUILD_TRIGGERED** | 0.5 | The flag to indicate that build was triggered | +| **CI_BUILD_TRIGGERED** | 0.5 | The flag to indicate that build was [triggered] | | **CI_PROJECT_ID** | all | The unique id of the current project that GitLab CI uses internally | | **CI_PROJECT_DIR** | all | The full path where the repository is cloned and where the build is ran | @@ -104,3 +104,5 @@ job_name: script: - export ``` + +[triggered]: ../triggers/README.md |