Skip to content
Snippets Groups Projects
Commit 1d0f6382 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Don't update GitLab Shell to the latest version but to the corresponding version.

parent 1ad78be9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,16 +26,14 @@ sudo -u git -H git checkout LATEST_TAG
 
Replace LATEST_TAG with the latest GitLab tag you want to upgrade to, for example `v6.6.3`.
 
### 3. Update gitlab-shell if it is not the latest version
### 3. Update gitlab-shell to the corresponding version
 
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout LATEST_TAG
sudo -u git -H git checkout v`cat /home/git/gitlab/GITLAB_SHELL_VERSION`
```
 
Replace LATEST_TAG with the latest GitLab Shell tag you want to upgrade to, for example `v1.7.9`.
### 4. Install libs, migrations, etc.
 
```bash
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment