diff options
author | Shinya Maeda <shinya@gitlab.com> | 2017-07-01 19:23:41 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2017-07-05 18:38:35 +0900 |
commit | 324cfe0f9be8bd8eeb00736a670d3aaf4b5dedb9 (patch) | |
tree | e8ef1ed2aa340fc67cef2b44e03af3679cbe94b6 /doc | |
parent | 5e7db4e36c46f5807d7b486baf90c18dd1a5805f (diff) | |
download | gitlab-ce-324cfe0f9be8bd8eeb00736a670d3aaf4b5dedb9.tar.gz |
Fix spec. Add PipelineScheduleVariable for import_export
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 664ef4f66a8..72f4c24fb94 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -9,7 +9,7 @@ and a list of **user-defined variables**. The variables can be overwritten and they take precedence over each other in this order: -1. [Trigger variables][triggers] or [scheduled pipeline variables](../../user/project/pipelines/schedules#making-use-of-scheduled-pipeline-variables) (take precedence over all) +1. [Trigger variables][triggers] or [scheduled pipeline variables](../../user/project/pipelines/schedules.md#making-use-of-scheduled-pipeline-variables) (take precedence over all) 1. [Secret variables](#secret-variables) or [protected secret variables](#protected-secret-variables) 1. YAML-defined [job-level variables](../yaml/README.md#job-variables) 1. YAML-defined [global variables](../yaml/README.md#variables) |