summaryrefslogtreecommitdiff
path: root/doc/user/project/pipelines/job_artifacts.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/project/pipelines/job_artifacts.md')
-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