Commit 13d69e8b authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'fix-disable-autodevops-banner-docs' into 'master'

Fix Ruby code for disabling Auto DevOps banner

See merge request gitlab-org/gitlab-ee!3035
parents ce422ead 81c3289d
......@@ -511,7 +511,7 @@ sudo gitlab-rails console
Then run:
```ruby
Feature.get(:auto_devops_banner_disabled).disable
Feature.get(:auto_devops_banner_disabled).enable
```
Or through the HTTP API with an admin access token:
......
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