Commit 2c2cb12b authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'docs-fix-auto-devops-banner-feature-flag' into 'master'

Fix Auto DevOps banner feature flag

Closes #38576

See merge request gitlab-org/gitlab-ce!14576
parents 0addef2e 6e6e0c04
...@@ -511,7 +511,7 @@ sudo gitlab-rails console ...@@ -511,7 +511,7 @@ sudo gitlab-rails console
Then run: Then run:
```ruby ```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: 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