summaryrefslogtreecommitdiff
path: root/doc/integration
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-06-19 14:10:07 +0100
committerNick Thomas <nick@gitlab.com>2019-06-19 14:11:01 +0100
commit8802dd24ecf17fa90b3e0200a05224297fa0f462 (patch)
tree1974b45483993690c43ffc7724aa678b700a75a4 /doc/integration
parent7754029e190eee6eb530c4c8dc45bec57095d92c (diff)
downloadgitlab-ce-8802dd24ecf17fa90b3e0200a05224297fa0f462.tar.gz
Update the docs to reflect lack of MySQL support52442-minimal-remove-mysql-support
Now MySQL is no longer supported, we need to change the docs
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/omniauth.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md
index a13e9f73f48..bf5debc7694 100644
--- a/doc/integration/omniauth.md
+++ b/doc/integration/omniauth.md
@@ -194,11 +194,7 @@ from the Omniauth provider's documentation.
gem "omniauth-your-auth-provider"
-- If you're using MySQL, install the new Omniauth provider gem by running the following command:
-
- sudo -u git -H bundle install --without development test postgres --path vendor/bundle --no-deployment
-
-- If you're using PostgreSQL, install the new Omniauth provider gem by running the following command:
+- Install the new Omniauth provider gem by running the following command:
sudo -u git -H bundle install --without development test mysql --path vendor/bundle --no-deployment