Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-12-07 17:16:57 +0300
committerShinya Maeda <shinya@gitlab.com>2017-12-07 17:16:57 +0300
commitc2f68b7ae319cb732eeaf53ddd020702644dc70d (patch)
tree4fae8978b0a57f30c16054aa3bcaa7983fe44ffc /doc/user
parent3b11df7bee6d574488a394b46ced22a824d5081d (diff)
Update document to use ci_validates_dependencies
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/pipelines/job_artifacts.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/pipelines/job_artifacts.md b/doc/user/project/pipelines/job_artifacts.md
index f9a268fb789..f8675f77856 100644
--- a/doc/user/project/pipelines/job_artifacts.md
+++ b/doc/user/project/pipelines/job_artifacts.md
@@ -163,6 +163,14 @@ information in the UI.
![Latest artifacts button](img/job_latest_artifacts_browser.png)
+## Validation for `dependency` keyword
+
+To disable [the validation for dependency], you can flip the feature flag from a rails console:
+
+```
+Feature.enable('ci_disable_validates_dependencies')
+```
[expiry date]: ../../../ci/yaml/README.md#artifacts-expire_in
+[the validation for dependency]: ../../../ci/yaml/README.md#dependencies
[ce-14399]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14399