Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/update/5.3-to-5.4.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/update/5.3-to-5.4.md b/doc/update/5.3-to-5.4.md
index 67f32f66a97..55fe12380af 100644
--- a/doc/update/5.3-to-5.4.md
+++ b/doc/update/5.3-to-5.4.md
@@ -17,9 +17,14 @@ sudo -u git -H RAILS_ENV=production bundle exec rake gitlab:backup:create
### 2. Get latest code
```bash
+# GitLab
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git checkout 5-4-stable
+# GitLab Shell
+cd /home/git/gitlab-shell
+sudo -u git -H git fetch
+sudo -u git -H git checkout v1.5.0
```
### 3. Install libs, migrations, etc.