Commit 2dc25227 authored by Wei-Meng Lee's avatar Wei-Meng Lee

Remove strict artifact checking section

Already included in main documentation. See: https://gitlab.com/gitlab-com/support/toolbox/snippets/issues/47
parent a5e6144c
...@@ -806,14 +806,6 @@ build.dependencies.each do |d| { puts "status: #{d.status}, finished at: #{d.fin ...@@ -806,14 +806,6 @@ build.dependencies.each do |d| { puts "status: #{d.status}, finished at: #{d.fin
completed: #{d.complete?}, artifacts_expired: #{d.artifacts_expired?}, erased: #{d.erased?}" } completed: #{d.complete?}, artifacts_expired: #{d.artifacts_expired?}, erased: #{d.erased?}" }
``` ```
### Disable strict artifact checking (Introduced in GitLab 10.3.0)
See [job artifacts documentation](../job_artifacts.md#validation-for-dependencies).
```ruby
Feature.enable('ci_disable_validates_dependencies')
```
### Remove CI traces older than 6 months ### Remove CI traces older than 6 months
```ruby ```ruby
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment