summaryrefslogtreecommitdiff
path: root/doc/update/8.4-to-8.5.md
diff options
context:
space:
mode:
authorChristian Mehlmauer <firefart@gmail.com>2016-03-07 15:39:12 +0100
committerChristian Mehlmauer <firefart@gmail.com>2016-03-07 15:39:12 +0100
commita19b4e752918209a40cddfdf04cb2b7833017939 (patch)
tree6457b2b9c3c5f8aa87ecd94234101936cbddb367 /doc/update/8.4-to-8.5.md
parent7ea3bbd4e0b01b4d25a984f5e6c0471053d8874a (diff)
downloadgitlab-ce-a19b4e752918209a40cddfdf04cb2b7833017939.tar.gz
make cleanup optional
Diffstat (limited to 'doc/update/8.4-to-8.5.md')
-rw-r--r--doc/update/8.4-to-8.5.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.4-to-8.5.md b/doc/update/8.4-to-8.5.md
index c8083a45470..d323131ab7d 100644
--- a/doc/update/8.4-to-8.5.md
+++ b/doc/update/8.4-to-8.5.md
@@ -64,7 +64,7 @@ sudo -u git -H bundle install --without postgres development test --deployment
# PostgreSQL installations (note: the line below states '--without mysql')
sudo -u git -H bundle install --without mysql development test --deployment
-# Clean up old gems
+# Optional: clean up old gems
sudo -u git -H bundle clean
# Run database migrations