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:36:19 +0900 |
commit | b6f41544d8a9ca4b13045b8f9d063367be17404f (patch) | |
tree | 8f11c1461efb69289584f7c65cc9bc2fb6454ba6 /doc/ci/variables/README.md | |
parent | 23f3c7335549861f4064e4b3696cc9de18ba8c96 (diff) | |
download | gitlab-ce-b6f41544d8a9ca4b13045b8f9d063367be17404f.tar.gz |
Fix spec. Add PipelineScheduleVariable for import_export
Diffstat (limited to 'doc/ci/variables/README.md')
-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 f1c35700d15..3bdcdba7a2d 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) |