Commit d9cb3ffa authored by Robert Schilling's avatar Robert Schilling

Merge pull request #8316 from bbodenmiller/patch-1

remove extra cd command
parents 75c3dc9e 5b5446bd
...@@ -35,8 +35,6 @@ sudo -u git -H git checkout 7-4-stable-ee ...@@ -35,8 +35,6 @@ sudo -u git -H git checkout 7-4-stable-ee
### 3. Install libs, migrations, etc. ### 3. Install libs, migrations, etc.
```bash ```bash
cd /home/git/gitlab
# MySQL installations (note: the line below states '--without ... postgres') # MySQL installations (note: the line below states '--without ... postgres')
sudo -u git -H bundle install --without development test postgres --deployment sudo -u git -H bundle install --without development test postgres --deployment
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment