mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
upgrade to gitlab-ce 7.3.0
This commit is contained in:
parent
91f65059a0
commit
b830895695
@ -1,8 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
**latest**
|
||||
- upgrade to gitlab-ce 7.3.0
|
||||
- added GITLAB_WEBHOOK_TIMEOUT configuration option
|
||||
- upgrade to gitlab-ce 7.3.0.rc1
|
||||
- upgrade to gitlab-shell 2.0.0
|
||||
- removed internal redis server
|
||||
- shutdown the container gracefully
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
GITLAB_VERSION=7.3.0.rc1
|
||||
GITLAB_VERSION=7.3.0
|
||||
GITLAB_SHELL_VERSION=2.0.0
|
||||
|
||||
GITLAB_INSTALL_DIR="/home/git/gitlab"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user