Commit 6e6e0c04 authored by Fabio Busatto's avatar Fabio Busatto

Fix Auto DevOps banner feature flag

parent a481337b
......@@ -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