update gitlab shell to 1.9.8 for gitlab 7.2.2

As committed in 873acfd9aa GitLab 7.2.2 requires GitLab Shell 1.9.8. Fixes https://github.com/gitlabhq/gitlabhq/issues/7806.
This commit is contained in:
Ben Bodenmiller 2014-09-21 03:47:24 -07:00
parent 9971a9692a
commit 9cf77b6604
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ sudo -u git -H git checkout 7-2-stable-ee
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout v1.9.7
sudo -u git -H git checkout v1.9.8
```
### 4. Install new system dependencies