diff options
author | Sean Packham (GitLab) <sean@seanpackham.com> | 2017-05-02 10:18:48 +0000 |
---|---|---|
committer | Sean Packham (GitLab) <sean@seanpackham.com> | 2017-05-02 10:18:48 +0000 |
commit | 7a7af76e135ba6529945249f0dc1bf2dc8e0ee64 (patch) | |
tree | 6d4fadb4a1d892ad4f6f71c3da7b391bdc9d2b14 /doc | |
parent | 6d211eb7acee8d491eb2ca3d4588cae76f235909 (diff) | |
parent | e985d5a56f14dc78ba0b6f0d369035a41b080c7b (diff) | |
download | gitlab-ce-7a7af76e135ba6529945249f0dc1bf2dc8e0ee64.tar.gz |
Merge branch 'menway/gitlab-ce-patch-15' into 'master'
Change to correct directory in update instructions
See merge request !10958
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/8.10-to-8.11.md | 2 | ||||
-rw-r--r-- | doc/update/8.11-to-8.12.md | 2 | ||||
-rw-r--r-- | doc/update/8.12-to-8.13.md | 2 | ||||
-rw-r--r-- | doc/update/8.13-to-8.14.md | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/doc/update/8.10-to-8.11.md b/doc/update/8.10-to-8.11.md index e5e3cd395df..e538983e603 100644 --- a/doc/update/8.10-to-8.11.md +++ b/doc/update/8.10-to-8.11.md @@ -49,6 +49,8 @@ sudo gem install bundler --no-ri --no-rdoc ### 4. Get latest code ```bash +cd /home/git/gitlab + sudo -u git -H git fetch --all sudo -u git -H git checkout -- db/schema.rb # local changes will be restored automatically ``` diff --git a/doc/update/8.11-to-8.12.md b/doc/update/8.11-to-8.12.md index d6b3b0ffa5a..604166beb56 100644 --- a/doc/update/8.11-to-8.12.md +++ b/doc/update/8.11-to-8.12.md @@ -49,6 +49,8 @@ sudo gem install bundler --no-ri --no-rdoc ### 4. Get latest code ```bash +cd /home/git/gitlab + sudo -u git -H git fetch --all sudo -u git -H git checkout -- db/schema.rb # local changes will be restored automatically ``` diff --git a/doc/update/8.12-to-8.13.md b/doc/update/8.12-to-8.13.md index ed0e668d854..d83965131f5 100644 --- a/doc/update/8.12-to-8.13.md +++ b/doc/update/8.12-to-8.13.md @@ -49,6 +49,8 @@ sudo gem install bundler --no-ri --no-rdoc ### 4. Get latest code ```bash +cd /home/git/gitlab + sudo -u git -H git fetch --all sudo -u git -H git checkout -- db/schema.rb # local changes will be restored automatically ``` diff --git a/doc/update/8.13-to-8.14.md b/doc/update/8.13-to-8.14.md index aa1c659717e..aaadcec8ac0 100644 --- a/doc/update/8.13-to-8.14.md +++ b/doc/update/8.13-to-8.14.md @@ -49,6 +49,8 @@ sudo gem install bundler --no-ri --no-rdoc ### 4. Get latest code ```bash +cd /home/git/gitlab + sudo -u git -H git fetch --all sudo -u git -H git checkout -- db/schema.rb # local changes will be restored automatically ``` |