diff options
author | Muhamed Huseinbašić <mhuseinbasic@gitlab.com> | 2019-07-16 13:52:04 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-16 13:52:04 +0000 |
commit | 0f9a5087fcdb6cdbe1f7cef24c5fbb361755a2e3 (patch) | |
tree | fe0f635ec3f666c9bf09354a19eddc7116af43ac | |
parent | 77c8fe01d64edc003c73e3f285cd2c3d0f5f14c6 (diff) | |
download | gitlab-ce-0f9a5087fcdb6cdbe1f7cef24c5fbb361755a2e3.tar.gz |
Note in the docs about possibility of disabling Auto DevOps at group-level for self-managed instances
-rw-r--r-- | doc/topics/autodevops/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 6dfe42f68cf..f9ad952aaad 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -222,7 +222,7 @@ full use of Auto DevOps are available. If this is your fist time, we recommend y [quick start guide](quick_start_guide.md). GitLab.com users can enable/disable Auto DevOps at the project-level only. Self-managed users -can enable/disable Auto DevOps at either the project-level or instance-level. +can enable/disable Auto DevOps at the project-level, group-level or instance-level. ### Enabling/disabling Auto DevOps at the instance-level (Administrators only) |