install: do not create the ${GITLAB_DATA_DIR}

This commit is contained in:
Sameer Naik 2014-10-19 11:01:30 +05:30
parent 8aba575f89
commit 45edbf3469

View File

@ -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 \