upgrade to gitlab-shell 1.9.3

This commit is contained in:
Sameer Naik 2014-04-22 22:08:33 +05:30
parent b91c930e65
commit e11ef261fe
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Changelog
**6.8.0**
- upgrade to gitlab-shell 1.9.3
- added GITLAB_SIGNIN setting to enable or disable standard login form
- upgraded to gitlab-ce version 6.8.0
- added support for linking with redis container.

View File

@ -2,7 +2,7 @@
set -e
GITLAB_VERSION=6.8.0
SHELL_VERSION=1.9.1
SHELL_VERSION=1.9.3
# add git user
adduser --disabled-login --gecos 'GitLab' git