summaryrefslogtreecommitdiff
path: root/doc/update/upgrading_from_ce_to_ee.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/upgrading_from_ce_to_ee.md')
-rw-r--r--doc/update/upgrading_from_ce_to_ee.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/update/upgrading_from_ce_to_ee.md b/doc/update/upgrading_from_ce_to_ee.md
index 36f0078a4f7..71fd4efb16d 100644
--- a/doc/update/upgrading_from_ce_to_ee.md
+++ b/doc/update/upgrading_from_ce_to_ee.md
@@ -63,7 +63,9 @@ sudo -u git -H git checkout EE_BRANCH
```shell
cd /home/git/gitlab
-sudo -u git -H bundle install --deployment --without development test mysql aws kerberos
+sudo -u git -H bundle config set deployment 'true'
+sudo -u git -H bundle config set without 'development test mysql aws kerberos'
+sudo -u git -H bundle install
# Optional: clean up old gems
sudo -u git -H bundle clean