summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Stanley <dstanley@gitlab.com>2019-08-30 10:32:04 -0700
committerDiana Stanley <dstanley@gitlab.com>2019-08-30 10:32:04 -0700
commit2f631b31062e28de06ad5f6ed4969e78efed6ab8 (patch)
tree3a1652318d63e2bbef6ffd146f99381c2ca764f7
parentc89c223d4104fef8f662f568a69fa3064ae2c951 (diff)
downloadgitlab-ce-66798-document-that-setting-default-expiration-does-not-affect-previously-created-artifacts.tar.gz
Document that expiration setting change applies only to new artifacts66798-document-that-setting-default-expiration-does-not-affect-previously-created-artifacts
-rw-r--r--doc/user/admin_area/settings/continuous_integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/admin_area/settings/continuous_integration.md b/doc/user/admin_area/settings/continuous_integration.md
index 32d71ca90d7..28be1ceeb18 100644
--- a/doc/user/admin_area/settings/continuous_integration.md
+++ b/doc/user/admin_area/settings/continuous_integration.md
@@ -57,7 +57,7 @@ To disable the expiration, set it to `0`. The default unit is in seconds.
NOTE: **Note:**
If you change this setting, it will only apply to artifacts created after the setting change.
The [GitLab rails cheat sheet](https://docs.gitlab.com/debug/gitlab_rails_cheat_sheet.html#remove-artifacts-more-than-a-week-old)
-describes how to clean out old artifacts.
+describes how to remove old artifacts.
## Shared Runners pipeline minutes quota **(STARTER ONLY)**