diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-12-24 01:03:02 +0000 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-12-24 01:03:02 +0000 |
commit | 9d5bfcdf94ea2c0c863ada571d9298a224349de6 (patch) | |
tree | f40e780c8e2cc8c9a4d3ea5aec77b6934b5cef70 | |
parent | 751217987b0782115140e4c2858d91a4b596463a (diff) | |
download | gitlab-ce-docs-remove-irrelevant-sentences-in-job-artifacts-md.tar.gz |
Update job_artifacts.mddocs-remove-irrelevant-sentences-in-job-artifacts-md
-rw-r--r-- | doc/administration/job_artifacts.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/administration/job_artifacts.md b/doc/administration/job_artifacts.md index a1ea78b64bd..25ae535d1ec 100644 --- a/doc/administration/job_artifacts.md +++ b/doc/administration/job_artifacts.md @@ -165,12 +165,6 @@ _The artifacts are stored by default in gitlab-rake gitlab:artifacts:migrate ``` - Currently this has to be executed manually and it will allow you to - migrate the existing artifacts to the object storage, but all new - artifacts will still be stored on the local disk. In the future - you will be given an option to define a default storage artifacts for all - new files. - --- **In installations from source:** @@ -201,12 +195,6 @@ _The artifacts are stored by default in sudo -u git -H bundle exec rake gitlab:artifacts:migrate RAILS_ENV=production ``` - Currently this has to be executed manually and it will allow you to - migrate the existing artifacts to the object storage, but all new - artifacts will still be stored on the local disk. In the future - you will be given an option to define a default storage artifacts for all - new files. - ## Expiring artifacts If an expiry date is used for the artifacts, they are marked for deletion |