diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-26 11:52:30 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-26 11:52:30 +0000 |
commit | dab0224bd6a7b707baf624a707d92f9b5ff795c3 (patch) | |
tree | 2db67dec0d804dc619e5f19cbd4ffe5fcf4e19f3 /doc | |
parent | 98f77d2edcfba7783174cd0010a9c9b7fa44aaa5 (diff) | |
parent | f0d46b4de6acce7d09deda5449972ebb238591cb (diff) | |
download | gitlab-ce-dab0224bd6a7b707baf624a707d92f9b5ff795c3.tar.gz |
Merge branch 'fix_triggers_doc' into 'master'
Remove incomplete text on triggers doc
See merge request !2213
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/triggers/README.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index 2c1de5859f8..d41aed2eb2e 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -11,9 +11,6 @@ You can add a new trigger by going to your project's **Settings > Triggers**. The **Add trigger** button will create a new token which you can then use to trigger a rebuild of this particular project. -Once at least one trigger is created, on the **Triggers** page you will find -some descriptive information on how you can - Every new trigger you create, gets assigned a different token which you can then use inside your scripts or `.gitlab-ci.yml`. You also have a nice overview of the time the triggers were last used. |