mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
install: do not create the ${GITLAB_DATA_DIR}
This commit is contained in:
parent
8aba575f89
commit
45edbf3469
@ -32,9 +32,6 @@ passwd -d git
|
||||
rm -rf /home/git/.ssh
|
||||
sudo -u git -H ln -s ${GITLAB_DATA_DIR}/.ssh /home/git/.ssh
|
||||
|
||||
# create the data store
|
||||
sudo -u git -H mkdir -p ${GITLAB_DATA_DIR}
|
||||
|
||||
# install gitlab-shell, use local copy if available
|
||||
echo "Cloning gitlab-shell v.${GITLAB_SHELL_VERSION}..."
|
||||
sudo -u git -H git clone -q -b v${GITLAB_SHELL_VERSION} --depth 1 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user